ci: stale: Don't auto-close issues or PRs
Users can't reopen them, so auto-closing tends to irritate users. Also, when developer activity drops, stale is less meaningful.pull/5564/head
parent
3018c33efd
commit
a059a653ba
|
@ -13,6 +13,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
close-issue-label: wontfix
|
close-issue-label: wontfix
|
||||||
close-pr-label: wontfix
|
close-pr-label: wontfix
|
||||||
|
days-before-close: -1
|
||||||
exempt-issue-labels:
|
exempt-issue-labels:
|
||||||
- pinned
|
- pinned
|
||||||
- security
|
- security
|
||||||
|
@ -33,11 +34,3 @@ jobs:
|
||||||
- Special case Bug
|
- Special case Bug
|
||||||
- Upstream bug
|
- Upstream bug
|
||||||
- Feature Request
|
- Feature Request
|
||||||
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.
|
|
||||||
|
|
Loading…
Reference in New Issue