Avoid closing "Status: Under Consideration" labeled issues

This commit is contained in:
Michael Rose 2017-10-19 16:31:07 -04:00 committed by GitHub
parent d464128e65
commit 4b2487722c

1
.github/stale.yml vendored
View file

@ -5,6 +5,7 @@ daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- "Status: Accepted"
- "Status: Under Consideration"
# Label to use when marking an issue as stale
staleLabel: "Status: Stale"
# Comment to post when marking an issue as stale. Set to `false` to disable