From 9a369c15a6bf218000322a4b049c02bde68c04ea Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Fri, 22 Jul 2022 11:02:40 +0200 Subject: [PATCH] Changing Stalebot Settings --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 5d52f1499d3..8ba17af7c68 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale daysUntilStale: 120 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 30 +daysUntilClose: 360 # Issues with these labels will never be considered stale exemptLabels: - '📌 pinned'