Skip to content

Commit 656ebc3

Browse files
authored
Revert "chore: update no-response workflow (#10355)" (#10420)
1 parent 35a1136 commit 656ebc3

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

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

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,18 @@ jobs:
1717
- name: πŸ₯Ί Handle Ghosting
1818
uses: actions/stale@v8
1919
with:
20+
days-before-close: 10
2021
close-issue-message: >
21-
This issue has been automatically closed because we didn't hear
22-
anything from the original author after the previous notice.
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! πŸ™‚
2326
close-pr-message: >
24-
This PR has been automatically closed because we didn't hear
25-
anything from the original author after the previous notice.
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
2633
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)