File tree 2 files changed +9
-14
lines changed
2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
- # Add/remove 'critical' label if issue contains the words 'urgent' or 'critical'
2
-
3
- # Commands
4
1
" command: backup " :
5
- - " (command: backup)"
2
+ - " (backup)"
6
3
" command: console " :
7
- - " (command: console|tmux)"
4
+ - " (console|tmux)"
8
5
" command: debug " :
9
6
- " (command: debug)"
10
7
" command: details " :
11
8
- " (command: details)"
12
9
" command: fast-dl " :
13
- - " (command: fast-dl|fastdl|fast-dl )"
10
+ - " (fast-dl|fastdl)"
14
11
" command: install " :
15
12
- " (command: install)"
16
13
" command: mods " :
17
14
- " (command: mods)"
18
15
" command: monitor " :
19
- - " (command: monitor|monitor )"
16
+ - " (command: monitor)"
20
17
" command: post-details " :
21
- - " (command: post-details|post-details )"
18
+ - " (command: post-details)"
22
19
" command: restart " :
23
20
- " (command: restart)"
24
21
" command: send " :
30
27
" command: stop " :
31
28
- " (command: stop)"
32
29
" command: update-lgsm " :
33
- - " (command: update-lgsm| update-lgsm)"
30
+ - " (update-lgsm)"
34
31
" command: update " :
35
32
- " (command: update)"
36
33
" command: validate " :
37
- - " (command: validate)"
34
+ - " (validate)"
38
35
" command: wipe " :
39
- - " (command: wipe)"
36
+ - " (wipe)"
40
37
# Distros
41
38
" distro: AlmaLinux " :
42
39
- " (Alma)"
69
66
- " (Ballistic Overkill)"
70
67
" game: Barotrauma " :
71
68
- " (Barotrauma)"
72
- " game: Black Mesa " :
73
- - " (Black Mesa)"
74
69
# Info
75
70
" info: alerts " :
76
71
- " (alert)"
Original file line number Diff line number Diff line change 15
15
issues : write # for github/issue-labeler to create or remove labels
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : github/issue-labeler@v2.6
18
+ - uses : github/issue-labeler@v2.5
19
19
with :
20
20
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
21
21
configuration-path : .github/labeler.yml
You can’t perform that action at this time.
0 commit comments