File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1212 stale :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/stale@v4.1.0
15+ - uses : actions/stale@v9
1616 id : stale
1717 with :
1818 days-before-stale : 30
2424 only-labels : ' 0 - Waiting on User'
2525 close-issue-label : " No Response / Stale"
2626 close-pr-label : " No Response / Stale"
27- exempt-issue-labels : ' Security / CVE'
28- exempt-pr-labels : ' Security / CVE'
29- labels-to-remove-when-unstale : ' 0 - Wating on User,Pending closure'
27+ exempt-issue-labels : ' Security / CVE,2 - Working,3 - Review'
28+ exempt-pr-labels : ' Security / CVE,2 - Working,3 - Review'
29+ labels-to-remove-when-unstale : ' 0 - Waiting on User,Pending closure'
30+ remove-stale-when-updated : true
3031 stale-issue-message : |
3132 Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
3233 This issue will be closed in 14 days if it continues to be inactive.
You can’t perform that action at this time.
0 commit comments