Reduce the number of days an issue is stale by 25

This commit is contained in:
rallytime 2017-10-16 10:30:45 -04:00
parent 78e46b3a68
commit 7d21d4253a
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
# 975 is approximately 2 years and 8 months
daysUntilStale: 975
# 950 is approximately 2 years and 7 months
daysUntilStale: 950
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7