Reduce the number of days an issue is stale by 10

This commit is contained in:
rallytime 2018-02-16 12:59:49 -05:00
parent dbc34d2842
commit dec24ae9bd
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

2
.github/stale.yml vendored
View file

@ -2,7 +2,7 @@
# Number of days of inactivity before an issue becomes stale
# 810 is approximately 2 years and 2 months
daysUntilStale: 810
daysUntilStale: 800
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7