File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Original file line number Diff line number Diff line change @@ -12,12 +12,9 @@ onlyLabels: []
12
12
13
13
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
14
14
exemptLabels :
15
- - pinned
16
- - security
17
- - " to be implemented"
18
- - " for reference"
19
- - " move to PR"
20
- - " enhancement"
15
+ - " Type: For reference"
16
+ - " Type: To be implemented"
17
+ - " Type: Feature request"
21
18
22
19
# Set to true to ignore issues in a project (defaults to false)
23
20
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
29
+ staleLabel : Status: Stale
33
30
34
31
# Comment to post when marking as stale. Set to `false` to disable
35
32
markComment : >
You can’t perform that action at this time.
0 commit comments