Browse Source

chore: fix labeler

a


a
pull/4115/head
Daniel Gibbs 2 years ago
parent
commit
ec3605624a
  1. 21
      .github/labeler.yml
  2. 2
      .github/workflows/labeler.yml

21
.github/labeler.yml

@ -1,24 +1,21 @@
# Add/remove 'critical' label if issue contains the words 'urgent' or 'critical'
# Commands
"command: backup": "command: backup":
- "(command: backup)" - "(backup)"
"command: console": "command: console":
- "(command: console|tmux)" - "(console|tmux)"
"command: debug": "command: debug":
- "(command: debug)" - "(command: debug)"
"command: details": "command: details":
- "(command: details)" - "(command: details)"
"command: fast-dl": "command: fast-dl":
- "(command: fast-dl|fastdl|fast-dl)" - "(fast-dl|fastdl)"
"command: install": "command: install":
- "(command: install)" - "(command: install)"
"command: mods": "command: mods":
- "(command: mods)" - "(command: mods)"
"command: monitor": "command: monitor":
- "(command: monitor|monitor)" - "(command: monitor)"
"command: post-details": "command: post-details":
- "(command: post-details|post-details)" - "(command: post-details)"
"command: restart": "command: restart":
- "(command: restart)" - "(command: restart)"
"command: send": "command: send":
@ -30,13 +27,13 @@
"command: stop": "command: stop":
- "(command: stop)" - "(command: stop)"
"command: update-lgsm": "command: update-lgsm":
- "(command: update-lgsm|update-lgsm)" - "(update-lgsm)"
"command: update": "command: update":
- "(command: update)" - "(command: update)"
"command: validate": "command: validate":
- "(command: validate)" - "(validate)"
"command: wipe": "command: wipe":
- "(command: wipe)" - "(wipe)"
# Distros # Distros
"distro: AlmaLinux": "distro: AlmaLinux":
- "(Alma)" - "(Alma)"
@ -69,8 +66,6 @@
- "(Ballistic Overkill)" - "(Ballistic Overkill)"
"game: Barotrauma": "game: Barotrauma":
- "(Barotrauma)" - "(Barotrauma)"
"game: Black Mesa":
- "(Black Mesa)"
# Info # Info
"info: alerts": "info: alerts":
- "(alert)" - "(alert)"

2
.github/workflows/labeler.yml

@ -15,7 +15,7 @@ jobs:
issues: write # for github/issue-labeler to create or remove labels issues: write # for github/issue-labeler to create or remove labels
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: github/issue-labeler@v2.6 - uses: github/issue-labeler@v2.5
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml configuration-path: .github/labeler.yml

Loading…
Cancel
Save