revert stalebot to v8 and single run (#41528)
This commit is contained in:
commit
62a2abd28a
|
@ -1,7 +1,7 @@
|
||||||
name: 'Process stale needs-feedback issues'
|
name: 'Process stale needs-feedback issues'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '21 * * * *'
|
- cron: '21 0 * * *'
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
@ -14,11 +14,12 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Scan issues
|
- name: Scan issues
|
||||||
uses: actions/stale@b69b346013879cedbf50c69f572cd85439a41936
|
uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
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."
|
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.'
|
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-stale: -1
|
||||||
days-before-close: -1
|
days-before-close: -1
|
||||||
days-before-issue-stale: 7
|
days-before-issue-stale: 7
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: update
|
||||||
|
|
||||||
|
revert stalebot to v8 and single run
|
Loading…
Reference in New Issue