Skip to content

Close stale issues and PRs #427

Close stale issues and PRs

Close stale issues and PRs #427

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
days-before-stale: 30
days-before-close: 5
any-of-labels: 'waiting on author'
stale-issue-label: stale
# You can opt for 'only-labels' instead if your use-case requires all labels
# to be present in the issue/PR