Skip to content

Commit 94587f6

Browse files
Minor: Workflow adding exemption label for cleanup action
1 parent 7a4e502 commit 94587f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-hygiene.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
days-before-stale: 60
2020
days-before-close: 7
21-
exempt-issue-labels: 'needs-triage,help wanted'
21+
exempt-issue-labels: 'needs-triage,help wanted,backlog'
2222
exempt-pr-labels: 'needs-triage'
2323
stale-issue-label: 'closing-soon'
2424
operations-per-run: 100

0 commit comments

Comments
 (0)