Skip to content

Commit 8367d86

Browse files
chore: update no-response workflow (#217)
1 parent 27889c8 commit 8367d86

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

.github/workflows/no-response.yml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,25 @@ jobs:
1717
- name: 🥺 Handle Ghosting
1818
uses: actions/stale@v8
1919
with:
20-
days-before-close: 21
2120
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.
2623
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.
3126
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.
3234
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

Comments
 (0)