Skip to content

Commit d9e8c4e

Browse files
committed
Fix: Empty regex match
1 parent 4e8e643 commit d9e8c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/labeler-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ critical:
44

55
# Add/remove 'bug' label if issue contains the word 'bug'
66
bug:
7-
- '(bug|error|issue|problem|crash|fix|broken|cannot|unable|wrong|fail|fault|flaw|defect|does not|not|prevent|prevents|unexpected|)'
7+
- '(bug|error|issue|problem|crash|fix|broken|cannot|unable|wrong|fail|fault|flaw|defect|does not|not|prevent|prevents|unexpected)'
88

99
# Add the triage label to all issues/PRs
1010
triage:

0 commit comments

Comments
 (0)