We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8713f1b commit 991e0a1Copy full SHA for 991e0a1
.github/labeler-config.yml
@@ -11,13 +11,13 @@ triage:
11
- '/.*/'
12
13
fabric:
14
- - '\b(fabric)\b'
+ - '\b([Ff][Aa][Bb][Rr][Ii][Cc])\b'
15
16
forge:
17
- - '\b(forge)\b'
+ - '\b([Ff][Oo][Rr][Gg][Ee])\b'
18
19
neoforge:
20
- - '\b(neoforge)\b'
+ - '\b([Nn][Ee][Oo][Ff][Oo][Rr][Gg][Ee])\b'
21
22
"1.20":
23
- '1\.20(\.\d+|\.x)?'
.github/workflows/labeler.yml
@@ -17,7 +17,7 @@ jobs:
with:
configuration-path: .github/labeler-config.yml
enable-versioned-regex: 0
- sync-labels: 1
+ sync-labels: 0
include-title: 1
include-body: 0
repo-token: ${{ github.token }}
0 commit comments