summaryrefslogtreecommitdiff
path: root/.github/new-issues-labeler.yml
blob: ee7506c1366ef276c5f3fd5f9b0a77892c1db525 (plain)
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
34
35
36
37
38
'clang':
  - '/\bclang(?!\-)\b/i'

'clang-format':
  - '/\bclang-format/i'

'clang-tidy':
  - '/\bclang-tidy/i'

'libc++':
  - '/libc[+x]{2}(?!\-)/i'

'libc++abi':
  - '/libc[+x]{2}-?abi/i'

'libc':
  - '/\blibc(?![-+])\b/i'

'flang':
  - '/\bflang(?!\-)\b/i'

'lld':
  - '/\blld(?!\-)\b/i'

'mlir':
  - '/\bmlir(?!\-)\b/i'

'bolt':
  - '/\bbolt(?!\-)\b/i'

'infra:commit-access-request':
  - '/Request Commit Access/'

'false-positive':
  - '\bfalse[- ]positive\b'

'false-negative':
  - '\bfalse[- ]negative\b'