Skip to content

Commit 9ee81cb

Browse files
committed
Update stale.yml
1 parent a27dae1 commit 9ee81cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/stale.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ onlyLabels: []
1414
exemptLabels:
1515
- pinned
1616
- security
17+
- bug
1718
- "[Status] Maybe Later"
1819

1920
# Set to true to ignore issues in a project (defaults to false)
@@ -26,7 +27,8 @@ exemptMilestones: false
2627
exemptAssignees: false
2728

2829
# Label to use when marking as stale
29-
staleLabel: wontfix
30+
staleLabel: stale
31+
# staleLabel: wontfix
3032

3133
# Comment to post when marking as stale. Set to `false` to disable
3234
markComment: >

0 commit comments

Comments
 (0)