We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27dae1 commit 9ee81cbCopy full SHA for 9ee81cb
.github/stale.yml
@@ -14,6 +14,7 @@ onlyLabels: []
14
exemptLabels:
15
- pinned
16
- security
17
+ - bug
18
- "[Status] Maybe Later"
19
20
# Set to true to ignore issues in a project (defaults to false)
@@ -26,7 +27,8 @@ exemptMilestones: false
26
27
exemptAssignees: false
28
29
# Label to use when marking as stale
-staleLabel: wontfix
30
+staleLabel: stale
31
+# staleLabel: wontfix
32
33
# Comment to post when marking as stale. Set to `false` to disable
34
markComment: >
0 commit comments