Reduce the number of days an issue is stale by 25

This reduces the amount of time an issue is stale to approximately
3 years, 3 months, and some change.
This commit is contained in:
rallytime 2017-06-19 17:29:44 -06:00
parent 7b75e5cb6e
commit 42989d5a28

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
# 1225 is approximately 3 years and 4 months
daysUntilStale: 1225
# 1200 is approximately 3 years and 3 months
daysUntilStale: 1200
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7