Reduce the number of days an issue is stale by 25

Let's ease into a more reasonable `daysUntilStale` value. This
updates the time an issue will be marked as stale to about 3 years
and 5 months.
This commit is contained in:
rallytime 2017-06-02 09:53:50 -06:00
parent 3190b88df0
commit c7260b4de5

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
# 1275 is approximately 3 years and 6 months
daysUntilStale: 1275
# 1250 is approximately 3 years and 5 months
daysUntilStale: 1250
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7