Skip to content

Commit a6efd87

Browse files
authored
Update stale-bot.yml
Add exempt-issue-labels: 'keep-open'
1 parent e60a345 commit a6efd87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stale-bot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ jobs:
2121
recent activity. It will be closed if no further activity occurs. Thank you
2222
for your contributions.
2323
close-issue-message: 'Closing this due to being stale.'
24+
25+
# https://github.com/actions/stale?tab=readme-ov-file#exempt-issue-labels
26+
exempt-issue-labels: 'keep-open'
27+
2428
# pull request specific config
29+
2530
exempt-pr-labels: 'dependencies'
2631
stale-pr-label: 'wontfix'
2732
stale-pr-message: >

0 commit comments

Comments
 (0)