Skip to content

Commit 621ba43

Browse files
committed
Fix labels missing from stale config
1 parent 03270f8 commit 621ba43

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/stale.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ jobs:
2222
This issue has been automatically marked as stale because it has not had
2323
recent activity. It will be closed if no further activity occurs. Thank you
2424
for your contributions.
25-
close-issue-message: >
26-
This issue has been automatically closed due to inactivity.
25+
close-issue-message: false
2726
days-before-stale: 360
28-
days-before-close: 28
27+
days-before-close: 28
28+
# Issues with these labels will never be considered stale
29+
exempt-issue-labels:
30+
- suggestion
31+
- bug
32+
- improvement
33+
- upstream issue
34+
- wontfix
35+
- to investigate

0 commit comments

Comments
 (0)