From 67544ab2ce71b4a23318fbf2021dcc591f1000b7 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 29 May 2020 14:14:28 +0200 Subject: [PATCH] longer stale period --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index d9f65632..3ce7f764 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: 90 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale