Skip to content

Commit c20aece

Browse files
committed
chore(github): add labels-to-add-when-unstale label -> not stale
1 parent d2711d2 commit c20aece

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/issue_stale.yml

+10
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
days-before-pr-stale: -1
2323
remove-issue-stale-when-updated: true
2424
stale-issue-label: 'stale'
25+
labels-to-add-when-unstale: 'not stale'
2526
stale-issue-message: 'This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.'
2627
close-issue-message: 'This issue has been automatically closed due to two years of inactivity. If you’re still experiencing a similar problem or have additional details to share, please open a new issue following our current issue template. Your updated report helps us investigate and address concerns more efficiently. Thank you for your understanding!'
2728
operations-per-run: 300 # 1 operation per 100 issues, the rest is to label/comment/close
@@ -36,6 +37,9 @@ jobs:
3637
days-before-issue-stale: 1
3738
days-before-pr-close: -1
3839
days-before-pr-stale: -1
40+
remove-issue-stale-when-updated: true
41+
stale-issue-label: 'stale'
42+
labels-to-add-when-unstale: 'not stale'
3943
operations-per-run: 300 # 1 operation per 100 issues, the rest is to label/comment/close
4044
- uses: actions/stale@v9
4145
id: stale-simple-repro
@@ -48,6 +52,9 @@ jobs:
4852
days-before-issue-stale: 1
4953
days-before-pr-close: -1
5054
days-before-pr-stale: -1
55+
remove-issue-stale-when-updated: true
56+
stale-issue-label: 'stale'
57+
labels-to-add-when-unstale: 'not stale'
5158
operations-per-run: 300 # 1 operation per 100 issues, the rest is to label/comment/close
5259
- uses: actions/stale@v9
5360
id: stale-no-canary
@@ -60,4 +67,7 @@ jobs:
6067
days-before-issue-stale: 1
6168
days-before-pr-close: -1
6269
days-before-pr-stale: -1
70+
remove-issue-stale-when-updated: true
71+
stale-issue-label: 'stale'
72+
labels-to-add-when-unstale: 'not stale'
6373
operations-per-run: 300 # 1 operation per 100 issues, the rest is to label/comment/close

0 commit comments

Comments
 (0)