Skip to content

Commit 299c80a

Browse files
committed
Update to latest labeler
1 parent 664fbbb commit 299c80a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/add-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
triage:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: github/issue-labeler@v3.4
21+
- uses: actions/labeler@v5.0.0
2222
with:
2323
configuration-path: .github/workflows/labeler/labeler-config.yml
2424
enable-versioned-regex: 0

.github/workflows/labeler/labeler-config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ feature:
77
triage:
88
- '/.*/'
99

10-
fabric:
10+
Fabric:
1111
- 'all'
1212
- '\b([Ff][Aa][Bb][Rr][Ii][Cc])\b'
1313

14-
forge:
14+
Forge:
1515
- '\b([Ff][Oo][Rr][Gg][Ee])\b'
1616

17-
neoforge:
17+
NeoForge:
1818
- '\b([Nn][Ee][Oo][Ff][Oo][Rr][Gg][Ee])\b'
1919

2020
"1.20":

0 commit comments

Comments
 (0)