12
12
stale :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
+ # Action GitHub repository: https://github.com/actions/stale
15
16
- uses : actions/stale@v9
16
17
id : stale
17
18
with :
@@ -20,13 +21,14 @@ jobs:
20
21
exempt-all-assignees : false
21
22
exempt-draft-pr : true
22
23
stale-issue-label : " Pending Closure"
23
- stale-pr-label : ' Pending Closure'
24
- only-labels : ' 0 - Waiting on User'
24
+ stale-pr-label : " Pending Closure"
25
+ only-labels : " 0 - Waiting on User"
25
26
close-issue-label : " No Response / Stale"
27
+ close-issue-reason : " not_planned"
26
28
close-pr-label : " No Response / Stale"
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'
29
+ exempt-issue-labels : " Security,2 - Working,3 - Review"
30
+ exempt-pr-labels : " Security,2 - Working,3 - Review"
31
+ labels-to-remove-when-unstale : " 0 - Waiting on User,Pending closure"
30
32
remove-stale-when-updated : true
31
33
stale-issue-message : |
32
34
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
@@ -37,13 +39,18 @@ jobs:
37
39
As this issue seems to have been inactive for quite some time now, it has been automatically closed.
38
40
If you feel this is a valid issue, please feel free to re-open the issue if / when a pull request
39
41
has been added.
40
- Thank you for your contribution.
41
42
43
+ Thank you for your contribution.
44
+ stale-pr-message : |
45
+ Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
46
+ This pull request will be closed in 14 days if it continues to be inactive.
42
47
close-pr-message : |
43
48
Dear contributor,
44
49
45
50
As this PR seems to have been inactive for 30 days after changes / additional information
46
51
was requested, it has been automatically closed.
52
+
47
53
If you feel the changes are still valid, please re-open the PR once all changes or additional information
48
54
that was requested has been added.
55
+
49
56
Thank you for your contribution.
0 commit comments