Merge pull request #5983 from reasonerjt/upsate-stale-setting

Update the settings in stale.yml
This commit is contained in:
Steven Zou 2018-10-08 16:13:30 +08:00 committed by GitHub
commit 002727d850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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