revert stalebot to v8 and single run

This commit is contained in:
Ron Rennick 2023-11-16 17:24:32 -04:00
parent 3c703d3718
commit b5b364e902
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: 'Process stale needs-feedback issues'
on:
schedule:
- cron: '21 * * * *'
- cron: '21 0 * * *'
permissions: {}
@ -19,6 +19,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "As a part of this repository's maintenance, this issue is being marked as stale due to inactivity. Please feel free to comment on it in case we missed something.\n\n###### After 7 days with no activity this issue will be automatically be closed."
close-issue-message: 'This issue was closed because it has been 14 days with no activity.'
operations-per-run: 140
days-before-stale: -1
days-before-close: -1
days-before-issue-stale: 7

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
revert stalebot to v8 and single run