From 68d47c25d220d92ffaa55609e48bfc1c67e4f2db Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 20 May 2023 19:45:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Increase=20stale=20time,=20from?= =?UTF-8?q?=2030=20to=2090=20days?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Less annoying notification --- .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 24c9545f..2566872b 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -13,13 +13,13 @@ jobs: uses: actions/stale@v4 with: repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} - days-before-stale: 30 + days-before-stale: 90 days-before-close: 5 operations-per-run: 30 remove-stale-when-updated: true enable-statistics: true stale-issue-message: > - This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. + This issue has gone 3 months without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days. stale-pr-message: > 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, @@ -76,4 +76,4 @@ jobs: close-issue-label: 'πŸ•ΈοΈ Inactive' close-pr-label: 'πŸ•ΈοΈ Inactive' exempt-issue-labels: 'πŸ“Œ Keep Open' - exempt-pr-labels: 'πŸ“Œ Keep Open' \ No newline at end of file + exempt-pr-labels: 'πŸ“Œ Keep Open'