From cfa645f25f2a4666fdc6fb3c051eca6f2702ae36 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 12 Jul 2021 15:41:29 +0200 Subject: [PATCH] Increase days until stale to 120 This gives us a little over a full release to work on issues. Signed-off-by: Stephen Kitt --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index ca60b1546..bf6655fcd 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,7 +2,7 @@ # Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an Issue becomes stale (pull request is overridden later) -daysUntilStale: 60 +daysUntilStale: 120 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed. # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.