Skip to content

Commit 36c0269

Browse files
committed
Update labeler-config.yml
1 parent 1052a24 commit 36c0269

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/labeler-config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,28 @@ 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)'
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:
1111
- '/.*/'
1212

1313
fabric:
14+
- 'all'
1415
- '\b([Ff][Aa][Bb][Rr][Ii][Cc])\b'
1516

1617
forge:
18+
- 'all'
1719
- '\b([Ff][Oo][Rr][Gg][Ee])\b'
1820

1921
neoforge:
22+
- 'all'
2023
- '\b([Nn][Ee][Oo][Ff][Oo][Rr][Gg][Ee])\b'
2124

2225
"1.20":
26+
- 'any'
2327
- '1\.20(\.\d+|\.x)?'
2428

2529
"1.21":
30+
- 'any'
2631
- '1\.21(\.\d+|\.x)?'

0 commit comments

Comments
 (0)