@@ -17,16 +17,25 @@ jobs:
17
17
- name : 🥺 Handle Ghosting
18
18
uses : actions/stale@v8
19
19
with :
20
- days-before-close : 21
21
20
close-issue-message : >
22
- This issue has been automatically closed because we haven't received a
23
- response from the original author 🙈. This automation helps keep the issue
24
- tracker clean from issues that are unactionable. Please reach out if you
25
- have more information for us! 🙂
21
+ This issue has been automatically closed because we didn't hear
22
+ anything from the original author after the previous notice.
26
23
close-pr-message : >
27
- This PR has been automatically closed because we haven't received a
28
- response from the original author 🙈. This automation helps keep the issue
29
- tracker clean from PRs that are unactionable. Please reach out if you
30
- want to resume the work on this PR! 🙂
24
+ This PR has been automatically closed because we didn't hear
25
+ anything from the original author after the previous notice.
31
26
stale-issue-label : needs-response
27
+ stale-issue-message : >
28
+ This issue has been automatically marked stale because we haven't
29
+ received a response from the original author in a while 🙈. This
30
+ automation helps keep the issue tracker clean from issues that are
31
+ not actionable. Please reach out if you have more information for us
32
+ or you think this issue shouldn't be closed! 🙂 If you don't do so
33
+ within 7 days, this issue will be automatically closed.
32
34
stale-pr-label : needs-response
35
+ stale-pr-message : >
36
+ This PR has been automatically marked stale because we haven't
37
+ received a response from the original author in a while 🙈. This
38
+ automation helps keep the issue tracker clean from issues that are
39
+ not actionable. Please reach out if you have more information for us
40
+ or you think this issue shouldn't be closed! 🙂 If you don't do so
41
+ within 7 days, this PR will be automatically closed.
0 commit comments