Skip to content

Commit 6ca9731

Browse files
update stale.yml
changing labels' names to strings for compatibility
1 parent ef83ce5 commit 6ca9731

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/stale.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ onlyLabels: []
1212

1313
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
1414
exemptLabels:
15-
- Feature Request
16-
- WIP
17-
- Bug
15+
- "Feature Request"
16+
- "WIP"
17+
- "Bug"
18+
- pinned
1819

1920
# Label to use when marking as stale
20-
staleLabel: Inactive
21+
staleLabel: "Inactive"
2122

2223
# Comment to post when marking as stale. Set to `false` to disable
2324
markComment: >

0 commit comments

Comments
 (0)