From eb8989b3e72c5b9060f055314b94c7dd1b10ff65 Mon Sep 17 00:00:00 2001 From: KevinX8 Date: Fri, 4 Jun 2021 18:07:31 +0100 Subject: [PATCH] more permissive staling --- .github/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index c613dec..8f234a1 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,12 +1,13 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 14 +daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 3 +daysUntilClose: 15 # Issues with these labels will never be considered stale exemptLabels: - pinned - security - willfix + - enhancement # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable