13
13
- uses : actions/stale@v8
14
14
with :
15
15
exempt-all-milestones : true
16
+ exempt-issue-labels : priority,help wanted
16
17
days-before-issue-stale : 30
17
- stale-issue-message : |
18
+ stale-issue-message : >
18
19
Thank you for taking the time to report this issue!
19
20
20
21
However, it has been marked as stale because there has been no activity for 30
@@ -28,26 +29,27 @@ jobs:
28
29
29
30
If there is no further activity in 7 days, this issue will be automatically
30
31
closed.
31
- days-before-pr-stale : 60
32
- stale-pr-message : |
32
+ exempt-pr-labels : priority,help wanted
33
+ days-before-pr-stale : 180
34
+ stale-pr-message : >
33
35
Thank you for taking the time to create this pull request!
34
36
35
- However, it has been marked as stale because there has been no activity for 60
36
- days . As with many open source projects, the maintainers work for free and do
37
+ However, it has been marked as stale because there has been no activity for 6
38
+ months . As with many open source projects, the maintainers work for free and do
37
39
not always have enough time to review all PRs.
38
40
39
41
Please ensure that all tests are passing, and that any new functionality has
40
42
corresponding new tests (which should fail on old code and pass on new code).
41
43
Also ensure any changes are documented or commented appropriately. If you're
42
44
sure the PR is ready for review, please leave a comment below.
43
45
44
- If there is no further activity in 7 days, this issue will be automatically
46
+ If there is no further activity in 30 days, this issue will be automatically
45
47
closed.
46
48
days-before-issue-close : 7
47
- close-issue-message : |
49
+ close-issue-message : >
48
50
This issue has been closed because it has been stale for 7 days. If it is still
49
51
relevant, please re-open it.
50
52
days-before-pr-close : 30
51
- close-pr-message : |
53
+ close-pr-message : >
52
54
This PR has been closed because it has been stale for 30 days. If it is still
53
55
relevant, please re-open it.
0 commit comments