Skip to content

Close stale issues and PR #280

Close stale issues and PR

Close stale issues and PR #280

Workflow file for this run

name: 'Close stale issues and PR'
on:
schedule:
- cron: '30 1 * * *'
workflow_dispatch:
jobs:
stale:

Check failure on line 8 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / Close stale issues and PR

Invalid workflow file

The workflow is not valid. .github/workflows/stale.yml (Line: 8, Col: 3): Error calling workflow 'mscharley/.github/.github/workflows/stale.yml@main'. The nested job 'stale' is requesting 'discussions: write', but is only allowed 'discussions: none'.
uses: mscharley/.github/.github/workflows/stale.yml@main
permissions:
issues: write
pull-requests: write