From 14b7fcc1fc0d0b577d951a98716b59414d644290 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 10 Aug 2019 16:21:38 -0700 Subject: [PATCH] move stablebot back up to 60 days now that backlog is a bit more cleared out --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 470349fb..e556fa98 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 30 +daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale