Skip to content

Commit 9796d29

Browse files
committed
chore: make labels less sensitive
1 parent 6b73179 commit 9796d29

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

.github/labeler.yml

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,41 @@
22

33
# Commands
44
"command: backup":
5-
- "(backup)"
5+
- "(command: backup)"
66
"command: console":
7-
- "(console|tmux)"
7+
- "(command: console|tmux)"
88
"command: debug":
9-
- "(debug)"
9+
- "(command: debug)"
1010
"command: details":
11-
- "(details)"
11+
- "(command: details)"
1212
"command: fast-dl":
13-
- "(fast-dl|fastdl)"
13+
- "(command: fast-dl|fastdl|fast-dl)"
1414
"command: install":
15-
- "(install)"
15+
- "(command: install)"
1616
"command: mods":
17-
- "(mods)"
17+
- "(command: mods)"
1818
"command: monitor":
19-
- "(monitor)"
19+
- "(command: monitor|monitor)"
2020
"command: post-details":
21-
- "(post-details)"
21+
- "(command: post-details|post-details)"
2222
"command: restart":
23-
- "(restart)"
23+
- "(command: restart)"
2424
"command: send":
25-
- "(send)"
25+
- "(command: send)"
2626
"command: skeleton":
27-
- "(skeleton)"
27+
- "(command: skeleton)"
2828
"command: start":
29-
- "(start)"
29+
- "(command: start)"
3030
"command: stop":
31-
- "(stop)"
31+
- "(command: stop)"
3232
"command: update-lgsm":
33-
- "(update-lgsm)"
33+
- "(command: update-lgsm|update-lgsm)"
3434
"command: update":
35-
- "(update)"
35+
- "(command: update)"
3636
"command: validate":
37-
- "(validate)"
37+
- "(command: validate)"
3838
"command: wipe":
39-
- "(wipe)"
39+
- "(command: wipe)"
4040
# Distros
4141
"distro: AlmaLinux":
4242
- "(Alma)"
@@ -69,6 +69,8 @@
6969
- "(Ballistic Overkill)"
7070
"game: Barotrauma":
7171
- "(Barotrauma)"
72+
"game: Black Mesa":
73+
- "(Black Mesa)"
7274
# Info
7375
"info: alerts":
7476
- "(alert)"

0 commit comments

Comments
 (0)