File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1- name : ' Close stale issues'
1+ name : ' Close stale issues and PRs '
22on :
33 schedule :
44 - cron : ' 0 14 * * *'
55
66permissions :
77 issues : write
8+ pull-requests : write
89
910jobs :
1011 stale :
1112 runs-on : ubuntu-latest
1213 steps :
1314 - uses : actions/stale@v9
1415 with :
15- stale-issue-message : ' This issue is stale, and will be closed in 3 days if no reply is received.'
16- close-issue-message : ' Closing this issue as it has been inactive for 10 days.'
17- any-of-labels : ' question,more info'
1816 days-before-stale : 7
1917 days-before-close : 3
18+
19+ any-of-issue-labels : ' question,more info'
20+ stale-issue-message : ' This issue is stale, and will be closed in 3 days if no reply is received.'
21+ close-issue-message : ' Closing this issue as it has been inactive for 10 days.'
22+
23+ any-of-pr-labels : ' awaiting author revision'
24+ stale-pr-message : ' This PR is stale, and will be closed in 3 days if no reply is received.'
25+ close-pr-message : ' Closing this PR as it has been inactive for 10 days.'
You can’t perform that action at this time.
0 commit comments