From 9faf6cb209128060d979cbad45aed9fd31cdb096 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Wed, 21 Jul 2021 07:39:48 +0200 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 77a9ea0f42d7..ef170a9fbb8d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 +daysUntilStale: 365 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 180 +daysUntilClose: 500 # Issues with these labels will never be considered stale exemptLabels: - dev: high priority