From f4984832fc3be33d6c5f97864d572ea8306dff4e Mon Sep 17 00:00:00 2001 From: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:58:54 -0600 Subject: [PATCH] Bumps the stale bot to 14 days then 21 days till close (#4215) Let's give another week --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 47a1fd2c434..1f2ff17b818 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -4,7 +4,7 @@ on: schedule: - cron: "0 0 * * *" workflow_dispatch: - + permissions: contents: read @@ -20,8 +20,8 @@ jobs: with: repo-token: ${{ secrets.BUBBERBOT_PAT }} stale-pr-message: "This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself" - days-before-stale: 7 - days-before-close: 7 + days-before-stale: 14 + days-before-close: 21 stale-pr-label: "Stale" days-before-issue-stale: -1 stale-issue-label: "Cleanup Flagged"