From 39922cca5e0c9a6c5b345d30bf6dd2e9c57dcf9a Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 31 Mar 2023 15:16:32 +0200 Subject: [PATCH] chore: reduce until stale duration --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index c96840cc..cfc511b5 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: 15 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale