Skip to content

Commit d82c50c

Browse files
chore: update .github/workflows/stale.yml
1 parent d6cb390 commit d82c50c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}
3131
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'
3232
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'
33-
exempt-issue-labels: triaged,dependencies
33+
exempt-issue-labels: 'triaged'
34+
exempt-pr-labels: 'dependencies,autorelease: pending'

0 commit comments

Comments
 (0)