Tweak stale workflow

- Add issue exemptions
- Use all lowercase label
- Update issue comments
pull/418/head
Tim Byrne 2 years ago
parent ec307ce4f8
commit 0cac436219
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -10,11 +10,16 @@ jobs:
- uses: actions/stale@v4 - uses: actions/stale@v4
with: with:
close-issue-message: >- close-issue-message: >-
This issue was closed because it has been stalled for 5 days with This issue was closed because it has been labeled as stale for 7
no activity. days with no activity.
days-before-close: 7 days-before-close: 7
days-before-stale: 60 days-before-stale: 60
exempt-all-assignees: true
exempt-issue-labels: in develop
exempt-pr-labels: in develop
stale-issue-label: stale
stale-issue-message: >- stale-issue-message: >-
This issue is stale because it has been open 60 days with no This issue has been labeled as stale because it has been open 60
activity. Remove stale label or comment or this will be closed in 7 days with no activity. Remove stale label or comment or this will
days. be closed in 7 days.
stale-pr-label: stale

Loading…
Cancel
Save