From fe4ac0f9f2490ff0762cfee8f9d8d6df778b826b Mon Sep 17 00:00:00 2001 From: Wenxuan Zhang Date: Tue, 15 Nov 2022 15:46:34 +0800 Subject: [PATCH] ci: update stale config Signed-off-by: Wenxuan Zhang --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 234ebde..542a0fd 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 180 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - pinned