reduce the number of days an issue can be open with no activity before marked stale

We will increase this again later, but we want to clean out the backlog of old issues
sooner, if possible. This will allow us to do that.
This commit is contained in:
Jonathan Wren 2019-08-03 12:08:31 -07:00
parent 04811405dc
commit 5548d680a6

2
.github/stale.yml vendored
View file

@ -1,5 +1,5 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale