1313 - uses : actions/stale@v8
1414 with :
1515 exempt-all-milestones : true
16+ exempt-issue-labels : priority,help wanted
1617 days-before-issue-stale : 30
17- stale-issue-message : |
18+ stale-issue-message : >
1819 Thank you for taking the time to report this issue!
1920
2021 However, it has been marked as stale because there has been no activity for 30
@@ -28,26 +29,27 @@ jobs:
2829
2930 If there is no further activity in 7 days, this issue will be automatically
3031 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 : >
3335 Thank you for taking the time to create this pull request!
3436
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
3739 not always have enough time to review all PRs.
3840
3941 Please ensure that all tests are passing, and that any new functionality has
4042 corresponding new tests (which should fail on old code and pass on new code).
4143 Also ensure any changes are documented or commented appropriately. If you're
4244 sure the PR is ready for review, please leave a comment below.
4345
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
4547 closed.
4648 days-before-issue-close : 7
47- close-issue-message : |
49+ close-issue-message : >
4850 This issue has been closed because it has been stale for 7 days. If it is still
4951 relevant, please re-open it.
5052 days-before-pr-close : 30
51- close-pr-message : |
53+ close-pr-message : >
5254 This PR has been closed because it has been stale for 30 days. If it is still
5355 relevant, please re-open it.
0 commit comments