From b69fc8c306f971ee132d009dc58eaf15079d5920 Mon Sep 17 00:00:00 2001 From: Andy Hsu Date: Sun, 7 May 2023 21:07:31 +0800 Subject: [PATCH] ci: increase `daysUntilClose` to avoid use stale-bot [skip ci] --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 944e11b4..e25959e4 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale daysUntilStale: 44 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 8 +daysUntilClose: 10 # Issues with these labels will never be considered stale exemptLabels: - accepted @@ -16,4 +16,4 @@ markComment: > # Comment to post when closing a stale issue. Set to `false` to disable closeComment: > This issue was closed due to inactive more than 52 days. You can reopen or - recreate it if you think it should continue. Thank you for your contributions again. \ No newline at end of file + recreate it if you think it should continue. Thank you for your contributions again.