2020-06-27 08:59:30 -04:00
name : Mark stale issues and pull requests
on :
schedule :
2020-08-24 04:09:51 -04:00
- cron : "30 1 * * *"
2020-06-27 08:59:30 -04:00
jobs :
stale :
runs-on : ubuntu-latest
steps :
2020-11-03 07:20:33 -05:00
- uses : actions/stale@v3.0.13
2020-08-24 04:09:51 -04:00
with :
repo-token : ${{ secrets.GITHUB_TOKEN }}
stale-issue-message : "This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days"
2020-08-27 11:26:51 -04:00
stale-pr-message : 'It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'
2020-08-24 04:09:51 -04:00
days-before-stale : 120
2020-10-01 21:32:39 -04:00
days-before-close : 5