We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6954150 commit a9c8b46Copy full SHA for a9c8b46
.github/stale.yml
@@ -14,9 +14,10 @@ onlyLabels: []
14
exemptLabels:
15
- pinned
16
- security
17
- - "[Status] Maybe Later"
+ - "to be implemented"
18
- "for reference"
19
- "move to PR"
20
+ - "enhancement"
21
22
# Set to true to ignore issues in a project (defaults to false)
23
exemptProjects: false
@@ -28,7 +29,7 @@ exemptMilestones: false
28
29
exemptAssignees: false
30
31
# Label to use when marking as stale
-staleLabel: wontfix
32
+staleLabel: stale
33
34
# Comment to post when marking as stale. Set to `false` to disable
35
markComment: >
0 commit comments