Reduce the # of days an issue is stale to 6 months

This should be a good amount of time until an issue is considered stale
This commit is contained in:
Nicole Thomas 2017-08-08 16:09:01 -04:00 committed by GitHub
parent f658e52e17
commit 6424f4cc12

3
.github/stale.yml vendored
View file

@ -1,7 +1,8 @@
# Probot Stale configuration file
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 200
# 182 days is roughly 6 months
daysUntilStale: 182
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7