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 12
12
stale :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/stale@v4.1.0
15
+ - uses : actions/stale@v9
16
16
id : stale
17
17
with :
18
18
days-before-stale : 30
24
24
only-labels : ' 0 - Waiting on User'
25
25
close-issue-label : " No Response / Stale"
26
26
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
30
31
stale-issue-message : |
31
32
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
32
33
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