From 8db51b01674d0147c2eededa9f9f2bd9b5c18eb2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 30 Jan 2023 08:51:28 +0100 Subject: [PATCH] Extend the stale bot to 3 years --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index b614226dc..cef0e1a87 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,8 +1,8 @@ # spell-checker:ignore (labels) wontfix # Number of days of inactivity before an issue/PR becomes stale -daysUntilStale: 365 +daysUntilStale: 1095 # Number of days of inactivity before a stale issue/PR is closed -daysUntilClose: 365 +daysUntilClose: 1095 # Issues with these labels will never be considered stale exemptLabels: - pinned