@@ -31,12 +31,15 @@ jobs:
31
31
exempt-pr-labels : ' dependencies,l10n'
32
32
stale-issue-label : ' stale'
33
33
stale-issue-message : >
34
- This issue is stale because it has been open for 90 days with no activity.
35
- Comment or remove the stale label, otherwise this will be closed in 10 days.
34
+ :wave: @{issue-author}, It seems this issue hasn't had any activity in the past 90 days.
35
+ If it's still something you'd like addressed, please let us know by leaving a comment.
36
+ Otherwise, to help keep our backlog tidy, we'll be closing this issue in 10 days. Thanks!
36
37
stale-pr-label : ' stale'
37
38
stale-pr-message : >
38
- This PR is stale because it has been open for 90 days with no activity.
39
- Comment or remove the stale label, otherwise this will be closed in 10 days.
39
+ :wave: @{issue-author}, It looks like this PR has been idle for 90 days.
40
+ If it's still something you're working on or would like to pursue,
41
+ please leave a comment or update your branch.
42
+ Otherwise, we'll be closing this PR in 10 days to reduce our backlog. Thanks!
40
43
repo-token : ${{ secrets.GH_BOT_TOKEN }}
41
44
42
45
- name : Invalid Template
48
51
This PR was closed because the the template was not completed after 5 days.
49
52
days-before-stale : 0
50
53
days-before-close : 5
51
- exempt-pr-labels : ' dependencies,l10n'
52
54
only-labels : ' invalid:template-incomplete'
53
55
stale-issue-label : ' invalid:template-incomplete'
54
56
stale-issue-message : >
0 commit comments