From 3f976f95431b5e3ab75cc113cc3249c428b64563 Mon Sep 17 00:00:00 2001 From: canove Date: Wed, 14 May 2025 07:59:12 -0300 Subject: [PATCH] chore: fix stale workflow --- .github/workflows/stale.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 902817b..2c8927a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -6,7 +6,12 @@ on: permissions: issues: write pull-requests: write - +exempt-issue-labels: + - bug + - enhancement +exempt-pr-labels: + - bug + - enhancement jobs: stale: runs-on: ubuntu-latest @@ -16,5 +21,5 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 6 days with no activity. Remove the stale label or comment or this will be closed in 2 days' stale-pr-message: 'This PR is stale because it has been open 6 days with no activity. Remove the stale label or comment or this will be closed in 2 days' - days-before-stale: 6 - days-before-close: 2 + days-before-stale: 15 + days-before-close: 30