From c2b72f1dc2aa38764dfbffd09d16d6cf41f0ae2a Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Wed, 3 Jan 2024 12:29:54 -0800 Subject: [PATCH] chore: update .github/workflows/stale.yml --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1f92bf9..f56aead 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -30,4 +30,5 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days' stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days' - exempt-issue-labels: triaged,dependencies + exempt-issue-labels: 'triaged' + exempt-pr-labels: 'dependencies,autorelease: pending'