Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 3a31842

Browse files
Stale bot fixes
1 parent d5291c5 commit 3a31842

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/stale.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ daysUntilClose: 14
66

77
# Issues with these labels will never be considered stale
88
exemptLabels:
9-
- bug
10-
- critical
11-
- pending
12-
- enhancement
13-
- feature request
14-
- for later
15-
- help needed
16-
- in progress
9+
- "bug"
10+
- "critical"
11+
- "pending"
12+
- "enhancement"
13+
- "feature request"
14+
- "for later"
15+
- "help needed"
16+
- "in progress"
1717

1818
# Set to true to ignore issues in a project (defaults to false)
1919
exemptProjects: true
@@ -25,7 +25,7 @@ exemptMilestones: true
2525
exemptAssignees: true
2626

2727
# Label to use when marking an issue as stale
28-
staleLabel: no answer
28+
staleLabel: "no answer"
2929

3030
# Comment to post when marking an issue as stale. Set to `false` to disable
3131
markComment: >

0 commit comments

Comments
 (0)