Skip to content

Close stale issues #508

Close stale issues

Close stale issues #508

name: 'Close stale issues'
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
stale-issue-message: 'This issue is stale because it has been open 20 days with no activity. Remove stale label or comment, or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.'
days-before-stale: 20
days-before-close: 10
days-before-pr-close: -1
stale-issue-label: 'stale'
exempt-issue-labels: 'feature,improvement,type:bug-suspected,type:bug-confirmed,status:working-on-it,ANNOUNCEMENT'