Reduce the number of days an issue is stale by 25

This reduces the amount of time an issue is stale to approximately
a little less than 3 years and 2 months.
This commit is contained in:
rallytime 2017-07-05 15:55:00 -06:00
parent 7d70bd6c80
commit 06a153368d

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