Skip to content

Commit f83a1cb

Browse files
committed
labels: reduce false positives in info and request patterns
1 parent 6adb09f commit f83a1cb

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/labeler.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,29 +57,29 @@
5757

5858
# Info
5959
"info: alerts":
60-
- "/(alert)/i"
60+
- "/(alert_(discord|email|gotify|ifttt|ntfy|pushbullet|pushover|rocketchat|slack|telegram)|command:\\s*test-alert)/i"
6161
"info: dependency":
62-
- "/(dependency|deps)/i"
62+
- "/\\b(dependency|dependencies|deps)\\b/i"
6363
"info: docker":
64-
- "/(docker)/i"
64+
- "/\\bdocker\\b/i"
6565
"info: docs":
6666
- "/(^docs$)/i"
6767
"info: email":
68-
- "/(postfix|sendmail|exim|smtp)/i"
68+
- "/\\b(postfix|sendmail|exim|smtp)\\b/i"
6969
"info: query":
70-
- "/(gamedig|gsquery)/i"
70+
- "/\\b(gamedig|gsquery)\\b/i"
7171
"info: steamcmd":
72-
- "/(steamcmd)/i"
72+
- "/\\bsteamcmd\\b/i"
7373
"info: systemd":
74-
- "/(systemd)/i"
74+
- "/\\bsystemd\\b/i"
7575
"info: tmux":
76-
- "/(tmux)/i"
76+
- "/(tmuxception|check_tmuxception)/i"
7777
"info: website":
78-
- "/(website)/i"
78+
- "/\\bwebsite\\b/i"
7979

8080
# Type
8181
"type: game server request":
82-
- "/(Server Request)/i"
82+
- "/(^\\[server request\\]|^server request:|type:\\s*game server request)/im"
8383
"type: bug":
8484
- "/(\\[bug\\]|bug report|type: bug)/i"
8585
"type: bugfix":

0 commit comments

Comments
 (0)