Skip to content

Commit ec36056

Browse files
committed
chore: fix labeler
a a
1 parent 9db0c2d commit ec36056

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

.github/labeler.yml

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
# Add/remove 'critical' label if issue contains the words 'urgent' or 'critical'
2-
3-
# Commands
41
"command: backup":
5-
- "(command: backup)"
2+
- "(backup)"
63
"command: console":
7-
- "(command: console|tmux)"
4+
- "(console|tmux)"
85
"command: debug":
96
- "(command: debug)"
107
"command: details":
118
- "(command: details)"
129
"command: fast-dl":
13-
- "(command: fast-dl|fastdl|fast-dl)"
10+
- "(fast-dl|fastdl)"
1411
"command: install":
1512
- "(command: install)"
1613
"command: mods":
1714
- "(command: mods)"
1815
"command: monitor":
19-
- "(command: monitor|monitor)"
16+
- "(command: monitor)"
2017
"command: post-details":
21-
- "(command: post-details|post-details)"
18+
- "(command: post-details)"
2219
"command: restart":
2320
- "(command: restart)"
2421
"command: send":
@@ -30,13 +27,13 @@
3027
"command: stop":
3128
- "(command: stop)"
3229
"command: update-lgsm":
33-
- "(command: update-lgsm|update-lgsm)"
30+
- "(update-lgsm)"
3431
"command: update":
3532
- "(command: update)"
3633
"command: validate":
37-
- "(command: validate)"
34+
- "(validate)"
3835
"command: wipe":
39-
- "(command: wipe)"
36+
- "(wipe)"
4037
# Distros
4138
"distro: AlmaLinux":
4239
- "(Alma)"
@@ -69,8 +66,6 @@
6966
- "(Ballistic Overkill)"
7067
"game: Barotrauma":
7168
- "(Barotrauma)"
72-
"game: Black Mesa":
73-
- "(Black Mesa)"
7469
# Info
7570
"info: alerts":
7671
- "(alert)"

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
issues: write # for github/issue-labeler to create or remove labels
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: github/issue-labeler@v2.6
18+
- uses: github/issue-labeler@v2.5
1919
with:
2020
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2121
configuration-path: .github/labeler.yml

0 commit comments

Comments
 (0)