Skip to content

Commit 991e0a1

Browse files
committed
Well we can't check for /i
1 parent 8713f1b commit 991e0a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/labeler-config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ triage:
1111
- '/.*/'
1212

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

1616
forge:
17-
- '\b(forge)\b'
17+
- '\b([Ff][Oo][Rr][Gg][Ee])\b'
1818

1919
neoforge:
20-
- '\b(neoforge)\b'
20+
- '\b([Nn][Ee][Oo][Ff][Oo][Rr][Gg][Ee])\b'
2121

2222
"1.20":
2323
- '1\.20(\.\d+|\.x)?'

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
configuration-path: .github/labeler-config.yml
1919
enable-versioned-regex: 0
20-
sync-labels: 1
20+
sync-labels: 0
2121
include-title: 1
2222
include-body: 0
2323
repo-token: ${{ github.token }}

0 commit comments

Comments
 (0)