File tree Expand file tree Collapse file tree 3 files changed +59
-42
lines changed Expand file tree Collapse file tree 3 files changed +59
-42
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
2
# Type
3
3
" type: game server request " :
4
- - ' (Server Request)'
4
+ - ' / (Server Request)/i '
5
5
" type: bug " :
6
- - ' (bug)'
6
+ - ' / (bug)/i '
7
7
" type: feature request " :
8
- - ' (feature)'
8
+ - ' / (feature)/i '
9
9
# Commands
10
10
" command: backup " :
11
- - ' (backup)'
11
+ - ' / (backup)/i '
12
12
" command: console " :
13
- - ' (console|tmux)'
13
+ - ' / (console|tmux)/i '
14
14
" command: debug " :
15
- - ' (debug)'
15
+ - ' / (debug)/i '
16
16
" command: details " :
17
- - ' (details)'
17
+ - ' / (details)/i '
18
18
" command: fast-dl " :
19
- - ' (fast-dl|fastdl)'
19
+ - ' / (fast-dl|fastdl)/i '
20
20
" command: install " :
21
- - ' (install)'
21
+ - ' / (install)/i '
22
22
" command: mods " :
23
- - ' (mods)'
23
+ - ' / (mods)/i '
24
24
" command: monitor " :
25
- - ' (monitor)'
25
+ - ' / (monitor)/i '
26
26
" command: post-details " :
27
- - ' (post-details)'
27
+ - ' / (post-details)/i '
28
28
" command: restart " :
29
- - ' (restart)'
29
+ - ' / (restart)/i '
30
30
" command: send " :
31
- - ' (send)'
31
+ - ' / (send)/i '
32
32
" command: skeleton " :
33
- - ' (skeleton)'
33
+ - ' / (skeleton)/i '
34
34
" command: start " :
35
- - ' (start)'
35
+ - ' / (start)/i '
36
36
" command: stop " :
37
- - ' (stop)'
37
+ - ' / (stop)/i '
38
38
" command: update-lgsm " :
39
- - ' (update-lgsm)'
39
+ - ' / (update-lgsm)/i '
40
40
" command: update " :
41
- - ' (update)'
41
+ - ' / (update)/i '
42
42
" command: validate " :
43
- - ' (validate)'
43
+ - ' / (validate)/i '
44
44
" command: wipe " :
45
- - ' (wipe)'
45
+ - ' / (wipe)/i '
46
46
# Distros
47
47
" distro: AlmaLinux " :
48
- - ' (Alma)'
48
+ - ' / (Alma)/i '
49
49
" distro: Arch Linux " :
50
- - ' (Arch)'
50
+ - ' / (Arch)/i '
51
51
" distro: CentOS " :
52
- - ' (CentOS)'
52
+ - ' / (CentOS)/i '
53
53
" distro: Debian " :
54
- - ' (Debian)'
54
+ - ' / (Debian)/i '
55
55
" distro: Fedora " :
56
- - ' (Fedora)'
56
+ - ' / (Fedora)/i '
57
57
" distro: openSUSE " :
58
- - ' (openSUSE) '
58
+ - ' / (openSUSE|suse)/i '
59
59
" distro: Rocky Linux " :
60
- - ' (Rocky)'
60
+ - ' / (Rocky)/i '
61
61
" distro: Slackware " :
62
- - ' (Slackware)'
62
+ - ' / (Slackware)/i '
63
63
" distro: Ubuntu " :
64
- - ' (Ubuntu)'
64
+ - ' / (Ubuntu)/i '
65
65
# Info
66
66
" info: alerts " :
67
- - ' (alert)'
67
+ - ' / (alert)/i '
68
68
" info: dependency " :
69
- - ' (dependency|deps)'
69
+ - ' / (dependency|deps)/i '
70
70
" info: docker " :
71
- - ' (docker)'
71
+ - ' / (docker)/i '
72
72
" info: docs " :
73
- - ' (documentation|docs)'
73
+ - ' / (documentation|docs)/i '
74
74
" info: email " :
75
- - ' (postfix|sendmail|exim|smtp)'
75
+ - ' /(postfix|sendmail|exim|smtp)/i'
76
+ " info: query " :
77
+ - ' /(gamedig|gsquery)/i'
76
78
" info: steamcmd " :
77
- - ' (steamcmd)'
79
+ - ' / (steamcmd)/i '
78
80
" info: systemd " :
79
- - ' (systemd)'
81
+ - ' / (systemd)/i '
80
82
" info: tmux " :
81
- - ' (tmux)'
83
+ - ' / (tmux)/i '
82
84
" info: website " :
83
- - ' (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'
Original file line number Diff line number Diff line change 1
1
name : Label sponsors
2
2
on :
3
3
pull_request :
4
- types : [opened, edited ]
4
+ types : [opened]
5
5
issues :
6
- types : [opened, edited ]
6
+ types : [opened]
7
7
jobs :
8
8
build :
9
9
name : is-sponsor-label
Original file line number Diff line number Diff line change 7
7
triage :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : github/issue-labeler@v2.0
10
+ - uses : github/issue-labeler@v2.4
11
11
with :
12
12
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
13
13
configuration-path : .github/labeler.yml
14
+ not-before :
15
+ enable-versioned-regex : 0
You can’t perform that action at this time.
0 commit comments