Skip to content

Commit 8abacc8

Browse files
committed
workflow: Back off stale bot a bit
Change the stale bot to 180 days before initial flag. In addition, avoid issues entirely that have the 'someday' label applied. Signed-off-by: David Brown <david.brown@linaro.org>
1 parent ae13c3c commit 8abacc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale_issue.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
1515
stale-pr-message: 'This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.'
1616
stale-issue-message: 'This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.'
17-
days-before-stale: 60
17+
days-before-stale: 180
1818
days-before-close: 14
1919
stale-issue-label: 'stale'
2020
stale-pr-label: 'stale'
21+
exempt-issue-labels: 'someday'
2122
# exempt-pr-labels: 'Blocked,In progress'
2223
# exempt-issue-labels: 'In progress,Enhancement,Feature,Feature Request,RFC,Meta'
2324
operations-per-run: 400

0 commit comments

Comments
 (0)