Skip to content

Commit

Permalink
chore(actions/stale): increase days-before-close to 3 weeks (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Nov 1, 2022
1 parent b5cf5a4 commit ef49f69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/no-response.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: 馃ズ Handle Ghosting
uses: actions/stale@v6
with:
days-before-close: 21
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
Expand All @@ -26,6 +27,6 @@ jobs:
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 are unactionable. Please reach out if you
have more information for us! 馃檪
want to resume the work on this PR! 馃檪
stale-issue-label: needs-response
stale-pr-label: needs-response

0 comments on commit ef49f69

Please sign in to comment.