Skip to content

Commit 6594f26

Browse files
author
Dan Hansen
committed
Add "keep" label to probot stale excemptions
1 parent 7f9b02c commit 6594f26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/stale.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
2+
# https://github.com/probot/stale
3+
#
24
# Number of days of inactivity before an issue becomes stale
35
daysUntilStale: 30
46
# Number of days of inactivity before a stale issue is closed
57
daysUntilClose: 7
68
# Issues with these labels will never be considered stale
79
exemptLabels:
10+
- keep
811
- pinned
912
# Label to use when marking an issue as stale
1013
staleLabel: wontfix

0 commit comments

Comments
 (0)