Update the settings in stale.yml

Update the settings to extend the "Days until stale" and "Days untile
close".  Added other exempt labels.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
Daniel Jiang 2018-10-08 14:25:42 +08:00
parent a29cfc72f6
commit e7cdf39437

6
.github/stale.yml vendored
View File

@ -1,10 +1,12 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
daysUntilClose: 21
# Issues with these labels will never be considered stale
exemptLabels:
- backlog
- kind/debt
- need-triage
# Label to use when marking an issue as stale
staleLabel: staled
# Comment to post when marking an issue as stale. Set to `false` to disable