forked from brave/brave-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labeler.yml
33 lines (31 loc) · 1.11 KB
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This is a mapping of labels to title/description regex patterns used by
# https://github.com/github/issue-labeler to automatically add labels to issues
# when opened/edited.
#
# If multiple patterns are provided in the list for a label, they all have to
# match. A label can only occur once.
#
# To label when any one of multiple patterns matches, concatenate the patterns
# using a "|" delimeter, to form a single pattern.
#
# "^" appears to match only the beginning of the issue title.
#
# Automatic label removal is currently disabled, because it also removes
# manually added labels that didn't have matches.
crash:
- '^Crash Report|Crash ID: crash/'
## disabled, see: https://bravesoftware.slack.com/archives/C08Q08M6F/p1715702078079739?thread_ts=1715701662.931169&cid=C08Q08M6F
# OS/Linux:
# - 'OS[|:\s]+Linux|Operating System:\s+Linux'
#
# OS/Windows:
# - 'OS[|:\s]+Windows|Operating System:\s+Windows NT'
#
# OS/macOS:
# - 'OS[|:\s]+Mac OS|Operating System:\s+Mac OS X'
#
# OS/Android:
# - 'OS[|:\s]+Android|Operating System:\s+Android'
#
# OS/iOS:
# - 'OS[|:\s]+iOS|Device/OS:\s+iPhone|Operating System:\s+iOS'