Skip to content

Commit 21a10bd

Browse files
committed
fixed label regex
1 parent 2ed34f9 commit 21a10bd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/labeler-config.yml

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

55
# Add/remove 'bug' label if issue contains the word 'bug'
66
bug:
7-
- 'bug'
8-
- 'fix'
9-
- 'broken'
10-
- 'error'
11-
- 'issue'
12-
- 'problem'
13-
- 'crash'
7+
- '(bug|error|issue|problem|crash|fix|broken)'
148

159
# Add the triage label to all issues/PRs
1610
triage:

0 commit comments

Comments
 (0)