Reduce the number of days an issue is stale by 10

This commit is contained in:
rallytime 2017-12-22 16:52:19 -05:00
parent 9579298a36
commit d9c23ef6df
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

4
.github/stale.yml vendored
View file

@ -1,8 +1,8 @@
# Probot Stale configuration file
# Number of days of inactivity before an issue becomes stale
# 850 is approximately 2 years and 4 months
daysUntilStale: 850
# 840 is approximately 2 years and 3 months
daysUntilStale: 840
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7