Update stalebot config

This commit is contained in:
Jeremy Stretch 2020-07-24 11:51:08 -04:00
parent cb570790e6
commit 5734c5e093

9
.github/stale.yml vendored
View File

@ -4,19 +4,20 @@
only: issues only: issues
# Number of days of inactivity before an issue becomes stale # Number of days of inactivity before an issue becomes stale
daysUntilStale: 14 daysUntilStale: 45
# Number of days of inactivity before a stale issue is closed # Number of days of inactivity before a stale issue is closed
daysUntilClose: 7 daysUntilClose: 15
# Issues with these labels will never be considered stale # Issues with these labels will never be considered stale
exemptLabels: exemptLabels:
- "status: accepted" - "status: accepted"
- "status: gathering feedback"
- "status: blocked" - "status: blocked"
- "status: needs milestone"
- "status: under review"
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: wontfix staleLabel: "pending closure"
# Comment to post when marking an issue as stale. Set to `false` to disable # Comment to post when marking an issue as stale. Set to `false` to disable
markComment: > markComment: >