File tree Expand file tree Collapse file tree 3 files changed +67
-86
lines changed Expand file tree Collapse file tree 3 files changed +67
-86
lines changed Original file line number Diff line number Diff line change 1
1
# Add/remove 'critical' label if issue contains the words 'urgent' or 'critical'
2
- # Type
3
- " type: game server request " :
4
- - " /(Server Request)/i"
5
- " type: bug " :
6
- - " /(bug)/i"
7
- " type: feature request " :
8
- - " /(feature)/i"
2
+
9
3
# Commands
10
4
" command: backup " :
11
- - " / (backup)/i "
5
+ - " (backup)"
12
6
" command: console " :
13
- - " / (console|tmux)/i "
7
+ - " (console|tmux)"
14
8
" command: debug " :
15
- - " / (debug)/i "
9
+ - " (debug)"
16
10
" command: details " :
17
- - " / (details)/i "
11
+ - " (details)"
18
12
" command: fast-dl " :
19
- - " / (fast-dl|fastdl)/i "
13
+ - " (fast-dl|fastdl)"
20
14
" command: install " :
21
- - " / (install)/i "
15
+ - " (install)"
22
16
" command: mods " :
23
- - " / (mods)/i "
17
+ - " (mods)"
24
18
" command: monitor " :
25
- - " / (monitor)/i "
19
+ - " (monitor)"
26
20
" command: post-details " :
27
- - " / (post-details)/i "
21
+ - " (post-details)"
28
22
" command: restart " :
29
- - " / (restart)/i "
23
+ - " (restart)"
30
24
" command: send " :
31
- - " / (send)/i "
25
+ - " (send)"
32
26
" command: skeleton " :
33
- - " / (skeleton)/i "
27
+ - " (skeleton)"
34
28
" command: start " :
35
- - " / (start)/i "
29
+ - " (start)"
36
30
" command: stop " :
37
- - " / (stop)/i "
31
+ - " (stop)"
38
32
" command: update-lgsm " :
39
- - " / (update-lgsm)/i "
33
+ - " (update-lgsm)"
40
34
" command: update " :
41
- - " / (update)/i "
35
+ - " (update)"
42
36
" command: validate " :
43
- - " / (validate)/i "
37
+ - " (validate)"
44
38
" command: wipe " :
45
- - " / (wipe)/i "
39
+ - " (wipe)"
46
40
# Distros
47
41
" distro: AlmaLinux " :
48
- - " / (Alma)/i "
42
+ - " (Alma)"
49
43
" distro: Arch Linux " :
50
- - " / (Arch)/i "
44
+ - " (Arch)"
51
45
" distro: CentOS " :
52
- - " / (CentOS)/i "
46
+ - " (CentOS)"
53
47
" distro: Debian " :
54
- - " / (Debian)/i "
48
+ - " (Debian)"
55
49
" distro: Fedora " :
56
- - " / (Fedora)/i "
50
+ - " (Fedora)"
57
51
" distro: openSUSE " :
58
- - " / (openSUSE|suse)/i "
52
+ - " (openSUSE|suse)"
59
53
" distro: Rocky Linux " :
60
- - " / (Rocky)/i "
54
+ - " (Rocky)"
61
55
" distro: Slackware " :
62
- - " / (Slackware)/i "
56
+ - " (Slackware)"
63
57
" distro: Ubuntu " :
64
- - " /(Ubuntu)/i"
58
+ - " (Ubuntu)"
59
+ # Games
60
+ " game: Ark: Survival Evolved " :
61
+ - " (Ark: Survival Evolved|Ark)"
62
+ " game: ARMA 3 " :
63
+ - " (ARMA 3)"
64
+ " game: Assetto Corsa " :
65
+ - " (Assetto Corsa)"
66
+ " game: Avorion " :
67
+ - " (Avorion)"
68
+ " game: Ballistic Overkill " :
69
+ - " (Ballistic Overkill)"
70
+ " game: Barotrauma " :
71
+ - " (Barotrauma)"
65
72
# Info
66
73
" info: alerts " :
67
- - " / (alert)/i "
74
+ - " (alert)"
68
75
" info: dependency " :
69
- - " / (dependency|deps)/i "
76
+ - " (dependency|deps)"
70
77
" info: docker " :
71
- - " / (docker)/i "
78
+ - " (docker)"
72
79
" info: docs " :
73
- - " / (documentation|docs)/i "
80
+ - " (documentation|docs)"
74
81
" info: email " :
75
- - " / (postfix|sendmail|exim|smtp)/i "
82
+ - " (postfix|sendmail|exim|smtp)"
76
83
" info: query " :
77
- - " / (gamedig|gsquery)/i "
84
+ - " (gamedig|gsquery)"
78
85
" info: steamcmd " :
79
- - " / (steamcmd)/i "
86
+ - " (steamcmd)"
80
87
" info: systemd " :
81
- - " / (systemd)/i "
88
+ - " (systemd)"
82
89
" info: tmux " :
83
- - " / (tmux)/i "
90
+ - " (tmux)"
84
91
" info: website " :
85
- - " /(website)/i"
86
- # Games
87
- " game: Ark: Survival Evolved " :
88
- - " /(Ark: Survival Evolved|Ark)/i"
89
- " game: ARMA 3 " :
90
- - " /(ARMA 3)/i"
91
- " game: Assetto Corsa " :
92
- - " /(Assetto Corsa)/i"
93
- " game: Avorion " :
94
- - " /(Avorion)/i"
95
- " game: Ballistic Overkill " :
96
- - " /(Ballistic Overkill)/i"
97
- " game: Barotrauma " :
98
- - " /(Barotrauma)/i"
92
+ - " (website)"
93
+ # Type
94
+ " type: game server request " :
95
+ - " (Server Request)"
96
+ " type: bug " :
97
+ - " (bug)"
98
+ " type: feature request " :
99
+ - " (feature)"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: "Issue Labeler"
2
2
on :
3
3
issues :
4
4
types : [opened, edited]
5
+ pull_request :
6
+ types : [opened, edited]
5
7
6
8
permissions :
7
9
contents : read
13
15
issues : write # for github/issue-labeler to create or remove labels
14
16
runs-on : ubuntu-latest
15
17
steps :
16
- - uses : github/issue-labeler@v2.6
17
- with :
18
- repo-token : " ${{ secrets.GITHUB_TOKEN }}"
19
- configuration-path : .github/labeler.yml
20
- not-before :
21
- enable-versioned-regex : 0
18
+ - uses : github/issue-labeler@v2.6
19
+ with :
20
+ repo-token : " ${{ secrets.GITHUB_TOKEN }}"
21
+ configuration-path : .github/labeler.yml
22
+ not-before :
23
+ enable-versioned-regex : 0
24
+ include-title : 1
You can’t perform that action at this time.
0 commit comments