From ba78896ea6eaa999a07c7eca153cfd4ae864a1c1 Mon Sep 17 00:00:00 2001 From: Sig00rd Date: Tue, 10 Aug 2021 12:15:46 +0200 Subject: [PATCH] Stale bot: configure time to close to 30 days after stale (#622) --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index ea6a07f2..30867b8b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,7 +5,7 @@ daysUntilStale: 30 # Number of days of inactivity before a stale Issue or Pull Request is closed. # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. -daysUntilClose: 60 +daysUntilClose: 30 # Issues with these labels will never be considered stale exemptLabels: