ci: stale: Use wontfix for close label, not stale

This commit is contained in:
Richard Hansen 2022-07-16 15:04:40 -04:00
parent a95c7b61ea
commit 3018c33efd
1 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,8 @@ jobs:
steps: steps:
- uses: actions/stale@v5 - uses: actions/stale@v5
with: with:
close-issue-label: wontfix
close-pr-label: wontfix
exempt-issue-labels: exempt-issue-labels:
- pinned - pinned
- security - security
@ -31,12 +33,10 @@ jobs:
- Special case Bug - Special case Bug
- Upstream bug - Upstream bug
- Feature Request - Feature Request
stale-issue-label: wontfix
stale-issue-message: > stale-issue-message: >
This issue has been automatically marked as stale because it has not This issue has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity had recent activity. It will be closed if no further activity
occurs. Thank you for your contributions. occurs. Thank you for your contributions.
stale-pr-label: wontfix
stale-pr-message: > stale-pr-message: >
This pull request has been automatically marked as stale because it This pull request has been automatically marked as stale because it
has not had recent activity. It will be closed if no further has not had recent activity. It will be closed if no further