8000
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 f7fc8ab commit d7fda91Copy full SHA for d7fda91
.github/stale.yml
@@ -12,12 +12,9 @@ onlyLabels: []
12
13
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
14
exemptLabels:
15
- - pinned
16
- - security
17
- - "to be implemented"
18
- - "for reference"
19
- - "move to PR"
20
- - "enhancement"
+ - "Type: For reference"
+ - "Type: To be implemented"
+ - "Type: Feature request"
21
22
# Set to true to ignore issues in a project (defaults to false)
23
exemptProjects: false
@@ -29,7 +26,7 @@ exemptMilestones: false
29
26
exemptAssignees: false
30
27
31
28
# Label to use when marking as stale
32
-staleLabel: stale
+staleLabel: Status: Stale
33
34
# Comment to post when marking as stale. Set to `false` to disable
35
markComment: >
0 commit comments