Skip to content

Commit

Permalink
chore: update no-response workflow (remix-run#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Apr 17, 2023
1 parent ac3f02b commit e9e14c4
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,27 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: πŸ₯Ί Handle Ghosting
uses: actions/stale@v6
uses: actions/stale@v8
with:
close-issue-message: >
This issue has been automatically closed because we haven't received a
response from the original author πŸ™ˆ. This automation helps keep the issue
tracker clean from issues that aren't actionable. Please reach out if you
have more information for us! πŸ™‚
This issue has been automatically closed because we didn't hear
anything from the original author after the previous notice.
close-pr-message: >
This PR has been automatically closed because we haven't received a
response from the original author πŸ™ˆ. This automation helps keep the issue
tracker clean from PRs that aren't actionable. Please reach out if you
want to resume the work on this PR! πŸ™‚
This PR has been automatically closed because we didn't hear
anything from the original author after the previous notice.
stale-issue-label: needs-response
stale-issue-message: >
This issue has been automatically marked stale because we haven't
received a response from the original author in a while πŸ™ˆ. This
automation helps keep the issue tracker clean from issues that are
not actionable. Please reach out if you have more information for us
or you think this issue shouldn't be closed! πŸ™‚ If you don't do so
within 7 days, this issue will be automatically closed.
stale-pr-label: needs-response
stale-pr-message: >
This PR has been automatically marked stale because we haven't
received a response from the original author in a while πŸ™ˆ. This
automation helps keep the issue tracker clean from issues that are
not actionable. Please reach out if you have more information for us
or you think this issue shouldn't be closed! πŸ™‚ If you don't do so
within 7 days, this PR will be automatically closed.

0 comments on commit e9e14c4

Please sign in to comment.