Skip to content

Label Idle Issues

Label Idle Issues #994

Workflow file for this run

name: "Label Idle Issues"
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 0 * * *"
permissions:
contents: "read"
issues: "write"
jobs:
stale-issues:

Check failure on line 12 in .github/workflows/stale-issues.yml

View workflow run for this annotation

GitHub Actions / Label Idle Issues

Invalid workflow file

The workflow is not valid. .github/workflows/stale-issues.yml (Line: 12, Col: 5): Error calling workflow 'anolilab/workflows/.github/workflows/stale-issues.yml@bbe85cc99b036e08d0ac7daf7be586218d8e2d0c'. The nested job 'default' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'. .github/workflows/stale-issues.yml (Line: 12, Col: 5): Error calling workflow 'anolilab/workflows/.github/workflows/stale-issues.yml@bbe85cc99b036e08d0ac7daf7be586218d8e2d0c'. The nested job 'invalid' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
uses: "anolilab/workflows/.github/workflows/stale-issues.yml@bbe85cc99b036e08d0ac7daf7be586218d8e2d0c" # main
with:
target-repo: "anolilab/semantic-release"