From bc6eccf6152c4cd91e75309f7ea0b8ad4e8835d4 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 10 Dec 2024 21:28:01 +0100 Subject: [PATCH] chore: update stale --- .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 bad5333634..4d32e476b5 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 180 days with no activity. Remove stale label or comment or this will be closed in 30 days' stale-pr-message: 'This pull request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days' - days-before-stale: 180 - days-before-close: 30 + days-before-stale: 60 + days-before-close: 7 exempt-issue-labels: dont-stale operations-per-run: 500