We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1052a24 commit 36c0269Copy full SHA for 36c0269
.github/labeler-config.yml
@@ -4,23 +4,28 @@ critical:
4
5
# Add/remove 'bug' label if issue contains the word 'bug'
6
bug:
7
- - '(bug|error|issue|problem|crash|fix|broken|cannot|unable|wrong|fail|fault|flaw|defect)'
+ - '(bug|error|issue|problem|crash|fix|broken|cannot|unable|wrong|fail|fault|flaw|defect|does not|not|prevent|prevents|unexpected|)'
8
9
# Add the triage label to all issues/PRs
10
triage:
11
- '/.*/'
12
13
fabric:
14
+ - 'all'
15
- '\b([Ff][Aa][Bb][Rr][Ii][Cc])\b'
16
17
forge:
18
19
- '\b([Ff][Oo][Rr][Gg][Ee])\b'
20
21
neoforge:
22
23
- '\b([Nn][Ee][Oo][Ff][Oo][Rr][Gg][Ee])\b'
24
25
"1.20":
26
+ - 'any'
27
- '1\.20(\.\d+|\.x)?'
28
29
"1.21":
30
31
- '1\.21(\.\d+|\.x)?'
0 commit comments