Skip to content

Commit 606bda5

Browse files
chore: update no-response workflow (#10355)
1 parent 6307c2e commit 606bda5

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

β€Ž.github/workflows/no-response.ymlβ€Ž

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,25 @@ jobs:
1717
- name: πŸ₯Ί Handle Ghosting
1818
uses: actions/stale@v8
1919
with:
20-
days-before-close: 10
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 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.
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 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.
3326
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.
3434
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)