From f3ddf8410de47d9ee82edb1e4edb2d29ddccc12b Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 3 Aug 2019 12:08:31 -0700 Subject: [PATCH] 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. --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index e556fa98..470349fb 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -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