1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Tweak stale workflow

- Add issue exemptions
- Use all lowercase label
- Update issue comments
This commit is contained in:
Tim Byrne
2021-12-22 12:11:18 -06:00
parent ec307ce4f8
commit 0cac436219

View File

@@ -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