Reduce the number of days an issue is stale by 25

This commit is contained in:
rallytime 2017-08-28 09:37:06 -04:00
parent 9dbdb7c7d8
commit a8b786d0f2

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