@@ -17,18 +17,25 @@ jobs:
17
17
- name : π₯Ί Handle Ghosting
18
18
uses : actions/stale@v8
19
19
with :
20
- days-before-close : 10
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 aren't actionable. 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 aren't actionable. Please reach out if you
30
- have more information for us! π
31
- # don't automatically mark issues/PRs as stale
32
- days-before-stale : -1
24
+ This PR has been automatically closed because we didn't hear
25
+ anything from the original author after the previous notice.
33
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.
34
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