From a740889e707aaceb0b9e0ca2420565b316c422d7 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Mon, 30 Sep 2019 11:14:23 -0400 Subject: [PATCH] misc: adjust stalebot deadlines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/libuv/libuv/pull/2498 Reviewed-By: Saúl Ibarra Corretgé Reviewed-By: Colin Ihrig --- .github/stale.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index f8ba0b73..d0ba3a4a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,9 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 +daysUntilStale: 21 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +# Set to false to disable. If disabled, issues still need to be closed +# manually, but will remain marked as stale. +daysUntilClose: 120 # Issues with these labels will never be considered stale exemptLabels: - v2