Explorar el Código

chore: fix labeler

a


a
Daniel Gibbs hace 3 años
padre
commit
ec3605624a
Se han modificado 2 ficheros con 9 adiciones y 14 borrados
  1. 8 13
      .github/labeler.yml
  2. 1 1
      .github/workflows/labeler.yml

+ 8 - 13
.github/labeler.yml

@@ -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":
@@ -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)"
@@ -69,8 +66,6 @@
   - "(Ballistic Overkill)"
 "game: Barotrauma":
   - "(Barotrauma)"
-"game: Black Mesa":
-  - "(Black Mesa)"
 # Info
 "info: alerts":
   - "(alert)"

+ 1 - 1
.github/workflows/labeler.yml

@@ -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