Skip to content

Commit

Permalink
ci: stale: Don't auto-close issues or PRs
Browse files Browse the repository at this point in the history
Users can't reopen them, so auto-closing tends to irritate users.
Also, when developer activity drops, stale is less meaningful.
  • Loading branch information
rhansen committed Jul 16, 2022
1 parent 49bdab4 commit d66441e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
close-issue-label: wontfix
close-pr-label: wontfix
days-before-close: -1
exempt-issue-labels:
- pinned
- security
Expand All @@ -31,11 +32,3 @@ jobs:
- Black hole bug
- Special case Bug
- Upstream bug
stale-issue-message: >
This issue has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity
occurs. Thank you for your contributions.
stale-pr-message: >
This pull request has been automatically marked as stale because it
has not had recent activity. It will be closed if no further
activity occurs. Thank you for your contributions.

0 comments on commit d66441e

Please sign in to comment.