Skip to content

Commit

Permalink
chore: fix labeler
Browse files Browse the repository at this point in the history
a


a
  • Loading branch information
dgibbs64 committed Feb 9, 2023
1 parent 9db0c2d commit ec36056
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
21 changes: 8 additions & 13 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# Add/remove 'critical' label if issue contains the words 'urgent' or 'critical'

# Commands
"command: backup":
- "(command: backup)"
- "(backup)"
"command: console":
- "(command: console|tmux)"
- "(console|tmux)"
"command: debug":
- "(command: debug)"
"command: details":
- "(command: details)"
"command: fast-dl":
- "(command: fast-dl|fastdl|fast-dl)"
- "(fast-dl|fastdl)"
"command: install":
- "(command: install)"
"command: mods":
- "(command: mods)"
"command: monitor":
- "(command: monitor|monitor)"
- "(command: monitor)"
"command: post-details":
- "(command: post-details|post-details)"
- "(command: post-details)"
"command: restart":
- "(command: restart)"
"command: send":
Expand All @@ -30,13 +27,13 @@
"command: stop":
- "(command: stop)"
"command: update-lgsm":
- "(command: update-lgsm|update-lgsm)"
- "(update-lgsm)"
"command: update":
- "(command: update)"
"command: validate":
- "(command: validate)"
- "(validate)"
"command: wipe":
- "(command: wipe)"
- "(wipe)"
# Distros
"distro: AlmaLinux":
- "(Alma)"
Expand Down Expand Up @@ -69,8 +66,6 @@
- "(Ballistic Overkill)"
"game: Barotrauma":
- "(Barotrauma)"
"game: Black Mesa":
- "(Black Mesa)"
# Info
"info: alerts":
- "(alert)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
issues: write # for github/issue-labeler to create or remove labels
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.6
- uses: github/issue-labeler@v2.5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
Expand Down

0 comments on commit ec36056

Please sign in to comment.