Skip to content

Commit 8a6e98e

Browse files
authored
Merge pull request #4582 from fluent/github-fix-typo-of-exempt-labels
GitHub: fix typo of exempt-label
2 parents 5b9b1f2 + 49bb216 commit 8a6e98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
close-pr-message: "This PR was automatically closed because of stale in 7 days"
2424
stale-pr-label: "stale"
2525
stale-issue-label: "stale"
26-
exempt-issue-labels: "waiting-for-triage,bug,enhancement,feature request,pending,work_in_progress,v1,v2"
27-
exempt-pr-labels: "waiting-for-triage,bug,enhancement,feature request,pending,work_in_progress,v1,v2"
26+
exempt-issue-labels: "waiting-for-triage,bug,enhancement,feature request,pending,work-in-progress,v1,v2"
27+
exempt-pr-labels: "waiting-for-triage,bug,enhancement,feature request,pending,work-in-progress,v1,v2"
2828
exempt-all-assignees: true
2929
exempt-all-milestones: true

0 commit comments

Comments
 (0)