From 0e3fe3463b38847a8486b712c472b880a4833396 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 21 Jun 2024 20:39:34 +0200 Subject: [PATCH] chore(stale): recude number of days of inactivity --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index cfc511b5..8cdadff1 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: 7 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 3 # Issues with these labels will never be considered stale exemptLabels: - bug