From 8f16dcfdee0f0d34080b447da7b212de52690494 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 12 Jun 2021 07:41:05 +0200 Subject: [PATCH] chore: update stale limits --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index ed4f76df8..fb3a7e747 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 15 +daysUntilStale: 90 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 10 +daysUntilClose: 180 # Issues with these labels will never be considered stale exemptLabels: - dev: high priority