forked from eclipse-omr/omr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labeler.yml
105 lines (80 loc) · 1.4 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
arch:aarch32:
- compiler/arm/**/*
- port/linuxarm/**/*
arch:aarch64:
- compiler/aarch64/**/*
- port/linuxaarch64/**/*
arch:power:
- compiler/p/**/*
- fvtest/compilerunittest/p/**/*
- jitbuilder/p/**/*
- port/aix*/**/*
- port/linuxppc*/**/*
arch:riscv:
- compiler/riscv/**/*
- port/linuxriscv64/**/*
arch:x86:
- compiler/x/**/*
- jitbuilder/x/**/*
- port/linux386/**/*
- port/linuxamd64/**/*
- port/osx/**/*
- port/win*/**/*
- thread/osx/**/*
- thread/win32/**/*
arch:z:
- compiler/z/**/*
- jitbuilder/z/**/*
- port/linuxs390*/**/*
- port/zos390/**/*
- thread/zos/**/*
build / configure:
- buildenv/**/*
- cmake/**/*
ci:
- buildenv/jenkins/**/*
- ./.Windows.yml
- ./azure-pipelines*
cmake:
- cmake/**/*
comp:compiler:
- compiler/**/*
comp:core:
- include_core/**/*
comp:diagnostic:
- ddr/**/*
comp:gc:
- gc/**/*
comp:jitbuilder:
- jitbuilder/**/*
comp:port:
- port/**/*
comp:test:
- fvtest/**/*
comp:thread:
- thread/**/*
comp:tril:
- fvtest/compilertriltest/**/*
- fvtest/tril/**/*
comp:utilities:
- util/**/*
documentation:
- doc/**/*
- ./**/*.md
os:aix:
- port/aix*/**/*
- thread/aix*/**/*
os:linux:
- port/linux*/**/*
- thread/linux*/**/*
os:macos:
- port/osx/**/*
- thread/osx/**/*
os:windows:
- port/win*/**/*
- thread/win*/**/*
os:zos:
- port/zos/**/*
- thread/zos/**/*
os:ztpf:
- port/ztpf/**/*