Skip to content

Commit 16960b1

Browse files
authored
Merge pull request #49 from tidal/stale-bot
Adjust stale-bot config
2 parents 5cbb37f + 8af69c1 commit 16960b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/stale.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ daysUntilStale: 30
55
daysUntilClose: 7
66
# Issues with these labels will never be considered stale
77
exemptLabels:
8-
- pinned
9-
- security
8+
- 'pinned'
9+
- 'security'
10+
- 'help wanted'
1011
# Label to use when marking an issue as stale
11-
staleLabel: wontfix
12+
staleLabel: 'stale'
1213
# Comment to post when marking an issue as stale. Set to `false` to disable
1314
markComment: >
1415
This issue has been automatically marked as stale because it has not had

0 commit comments

Comments
 (0)