We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b455b5 commit ef68373Copy full SHA for ef68373
.github/issue-labeler.yml
@@ -5,9 +5,12 @@ darwin:
5
# (like "kiosk" or whatnot), but do allow matching "ios8" and things
6
# like that.
7
#
8
+ # Make sure we don't trigger for the string "MAC", which almost
9
+ # certainly has nothing to do with Darwin.
10
+ #
11
# \\b means "word boundary"
12
# (?![a-z]) means "there is no next char in the range a-z".
- - "/(\\bios(?![a-z])|homepod|darwin|\\bmac\\b|macos)/i"
13
+ - "/(\\b[Ii][Oo][Ss](?![a-zA-Z])|[Hh][Oo][Mm][Ee][Pp][Oo][Dd]|[Dd][Aa][Rr][Ww][Ii][Nn]|\\bm[Aa][Cc]\\b|\\bMa[Cc]\\b|\\bM[Aa]c\\b|[Mm][Aa][Cc][Oo][Ss])/"
14
15
linux:
16
- "/(linux)/i"
0 commit comments