Skip to content

Commit

Permalink
chore: make labels less sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Feb 3, 2023
1 parent 6b73179 commit 9796d29
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@

# Commands
"command: backup":
- "(backup)"
- "(command: backup)"
"command: console":
- "(console|tmux)"
- "(command: console|tmux)"
"command: debug":
- "(debug)"
- "(command: debug)"
"command: details":
- "(details)"
- "(command: details)"
"command: fast-dl":
- "(fast-dl|fastdl)"
- "(command: fast-dl|fastdl|fast-dl)"
"command: install":
- "(install)"
- "(command: install)"
"command: mods":
- "(mods)"
- "(command: mods)"
"command: monitor":
- "(monitor)"
- "(command: monitor|monitor)"
"command: post-details":
- "(post-details)"
- "(command: post-details|post-details)"
"command: restart":
- "(restart)"
- "(command: restart)"
"command: send":
- "(send)"
- "(command: send)"
"command: skeleton":
- "(skeleton)"
- "(command: skeleton)"
"command: start":
- "(start)"
- "(command: start)"
"command: stop":
- "(stop)"
- "(command: stop)"
"command: update-lgsm":
- "(update-lgsm)"
- "(command: update-lgsm|update-lgsm)"
"command: update":
- "(update)"
- "(command: update)"
"command: validate":
- "(validate)"
- "(command: validate)"
"command: wipe":
- "(wipe)"
- "(command: wipe)"
# Distros
"distro: AlmaLinux":
- "(Alma)"
Expand Down Expand Up @@ -69,6 +69,8 @@
- "(Ballistic Overkill)"
"game: Barotrauma":
- "(Barotrauma)"
"game: Black Mesa":
- "(Black Mesa)"
# Info
"info: alerts":
- "(alert)"
Expand Down

0 comments on commit 9796d29

Please sign in to comment.