From bd5306f418479887bd2d84501eeb2b23eb8cbdd0 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Thu, 11 Mar 2021 17:48:43 +0100 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index fb2d869..c517037 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,11 +1,12 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 15 +daysUntilStale: 20 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 3 +daysUntilClose: 5 # Issues with these labels will never be considered stale exemptLabels: - pinned - security + - active # Label to use when marking an issue as stale staleLabel: inactive # Comment to post when marking an issue as stale. Set to `false` to disable