From f9fa07d8336ea0cbf8d41afb39744f502b509582 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Thu, 24 Aug 2023 23:59:48 -0400 Subject: [PATCH] ci: change stale/inactivity threshold for bot [skip ci] --- .github/workflows/stale.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 76778ac2422..bbc174e6ca4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,8 +14,8 @@ jobs: with: days-before-stale: -1 stale-pr-message: This pull request seems to be inactive and will be automatically closed in a few days if it remains without any activity. - days-before-pr-stale: 21 - days-before-pr-close: 3 + days-before-pr-stale: 90 + days-before-pr-close: 7 stale-pr-label: ⏚ī¸ stale remove-stale-when-updated: yes exempt-issue-labels: đŸ“Ļ dependencies @@ -28,10 +28,10 @@ jobs: - uses: dessant/lock-threads@v4 with: github-token: ${{ github.token }} - issue-inactive-days: 14 + issue-inactive-days: 180 issue-lock-reason: "" add-issue-labels: ☑ī¸ archived - pr-inactive-days: 14 + pr-inactive-days: 180 pr-lock-reason: "" add-pr-labels: ☑ī¸ archived workflows: