From 1d0c239990575b2086126ce3a9d8cdec9c00bfd6 Mon Sep 17 00:00:00 2001 From: xvzc Date: Thu, 29 Aug 2024 22:10:56 +0900 Subject: [PATCH] chore: increase the value of days-before-issue-close --- .github/workflows/close-inactive-issues.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-inactive-issues.yaml b/.github/workflows/close-inactive-issues.yaml index d78618b..64550c9 100644 --- a/.github/workflows/close-inactive-issues.yaml +++ b/.github/workflows/close-inactive-issues.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/stale@v5 with: days-before-issue-stale: -1 - days-before-issue-close: 7 + days-before-issue-close: 30 close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as stale." days-before-pr-stale: -1 days-before-pr-close: -1