Browse Source

chore: make labels less sensitive

pull/4115/head
Daniel Gibbs 2 years ago
parent
commit
9796d29ec5
  1. 38
      .github/labeler.yml

38
.github/labeler.yml

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

Loading…
Cancel
Save