2021-12-16 19:19:11 +00:00
name : Mark stale issues
on :
schedule :
2022-07-03 12:37:47 +00:00
- cron : '0 8 * * *'
2022-01-08 09:42:35 +00:00
workflow_dispatch :
2021-12-16 19:19:11 +00:00
jobs :
stale :
runs-on : ubuntu-latest
permissions :
issues : write
steps :
2022-05-12 07:24:01 +00:00
- uses : actions/stale@v5
2021-12-16 19:19:11 +00:00
with :
repo-token : ${{ secrets.GITHUB_TOKEN }}
days-before-stale : 30
days-before-close : 5
stale-issue-message : 'This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.'
2022-01-30 19:13:10 +00:00
stale-issue-label : 'stale'
2022-03-05 15:49:54 +00:00
exempt-issue-labels: 'Internal, Fixed in next release, Bug : Confirmed, Documentation Needed'
2021-12-16 19:19:11 +00:00
exempt-all-issue-assignees : true
2022-01-11 19:15:30 +00:00
operations-per-run : 300
2022-06-24 06:33:21 +00:00
stale-issue-reason : 'not_planned'