From fbabe9674c3932089f2b517a3b8b030bea227cc3 Mon Sep 17 00:00:00 2001 From: koenkk Date: Mon, 4 Dec 2023 20:46:18 +0100 Subject: [PATCH] chore: increase stale timeout --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0803317b5..0a05a3263 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days' stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days' - days-before-stale: 100 - days-before-close: 7 + days-before-stale: 180 + days-before-close: 30 exempt-issue-labels: dont-stale operations-per-run: 500