From eb749ebcd09e94507017ccef378be62912d99f6e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 31 Dec 2023 19:18:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Increase=20time=20till=20stale,?= =?UTF-8?q?=20from=2030=20days=20to=201=20year=20#1419?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/close-stale-issues.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index 2566872b..fcd2b45f 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -13,7 +13,7 @@ jobs: uses: actions/stale@v4 with: repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} - days-before-stale: 90 + days-before-stale: 360 days-before-close: 5 operations-per-run: 30 remove-stale-when-updated: true @@ -25,9 +25,9 @@ jobs: This PR is stale because it has been open 6 weeks with no activity. Either remove the stale label or comment below with a short update, otherwise this PR will be closed in 5 days. close-issue-message: > - This issue was automatically closed because it has been stalled for over 6 weeks with no activity. + This issue was automatically closed because it has been stalled for over 1 year with no activity. close-pr-message: > - This pull request was automatically closed because it has been stalled for over 6 weeks with no activity. + This pull request was automatically closed because it has been stalled for over 1 year with no activity. stale-issue-label: '⚰️ Stale' close-issue-label: '🕸️ Inactive' stale-pr-label: '⚰️ Stale'