aboutsummaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
blob: 6d53d5810637263afeff9d132d47d0fa923e3502 (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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# target/*
"target/airoha":
  - "target/linux/airoha/**"
"target/apm821xx":
  - "target/linux/apm821xx/**"
"target/archs38":
  - "target/linux/archs38/**"
"target/armsr":
  - "target/linux/armsr/**"
"target/at91":
  - "target/linux/at91/**"
  - "package/boot/at91bootstrap/**"
  - "package/boot/uboot-at91/**"
"target/ath25":
  - "target/linux/ath25/**"
"target/ath79":
  - "target/linux/ath79/**"
"target/bcm27xx":
  - "target/linux/bcm27xx/**"
  - "package/kernel/bcm27xx-gpu-fw/**"
"target/bcm47xx":
  - "target/linux/bcm47xx/**"
"target/bcm4908":
  - "target/linux/bcm4908/**"
  - "package/boot/uboot-bcm4908/**"
"target/bcm53xx":
  - "target/linux/bcm53xx/**"
"target/bcm63xx":
  - "target/linux/bcm63xx/**"
  - "package/kernel/bcm63xx-cfe/**"
  - "package/boot/arm-trusted-firmware-bcm63xx/**"
"target/bmips":
  - "target/linux/bmips/**"
"target/gemini":
  - "target/linux/gemini/**"
"target/imx":
  - "target/linux/imx/**"
  - "package/boot/imx-bootlets/**"
  - "package/boot/uboot-imx/**"
"target/ipq40xx":
  - "target/linux/ipq40xx/**"
"target/ipq806x":
  - "target/linux/ipq806x/**"
"target/ipq807x":
  - "target/linux/ipq807x/**"
"target/kirkwood":
  - "target/linux/kirkwood/**"
  - "package/boot/uboot-kirkwood/**"
"target/lantiq":
  - "target/linux/lantiq/**"
  - "package/kernel/lantiq/**"
  - "package/firmware/lantiq/**"
  - "package/boot/uboot-lantiq/**"
"target/layerscape":
  - "target/linux/layerscape/**"
  - "package/firmware/layerscape/**"
  - "package/boot/tfa-layerscape/**"
  - "package/boot/uboot-layerscape/**"
  - "package/network/utils/layerscape/**"
"target/malta":
  - "target/linux/malta/**"
"target/mediatek":
  - "target/linux/mediatek/**"
  - "package/boot/arm-trusted-firmware-mediatek/**"
  - "package/boot/uboot-mediatek/**"
"target/mpc85xx":
  - "target/linux/mpc85xx/**"
"target/mvebu":
  - "target/linux/mvebu/**"
  - "package/boot/arm-trusted-firmware-mvebu/**"
  - "package/boot/uboot-mvebu/**"
"target/mxs":
  - "target/linux/mxs/**"
  - "package/boot/uboot-mxs/**"
"target/octeon":
  - "target/linux/octeon/**"
"target/octeontx":
  - "target/linux/octeontx/**"
"target/omap":
  - "target/linux/omap/**"
  - "package/boot/uboot-omap/**"
"target/oxnas":
  - "target/linux/oxnas/**"
  - "package/boot/uboot-oxnas/**"
"target/pistachio":
  - "target/linux/pistachio/**"
"target/qoriq":
  - "target/linux/qoriq/**"
"target/ramips":
  - "target/linux/ramips/**"
"target/realtek":
  - "target/linux/realtek/**"
"target/rockchip":
  - "target/linux/rockchip/**"
  - "package/boot/arm-trusted-firmware-rockchip/**"
  - "package/boot/uboot-rockchip/**"
"target/sifiveu":
  - "target/linux/sifiveu/**"
  - "package/boot/uboot-sifiveu/**"
  - "package/boot/opensbi/**"
"target/sunxi":
  - "target/linux/sunxi/**"
  - "package/boot/arm-trusted-firmware-sunxi/**"
  - "package/boot/uboot-sunxi/**"
"target/tegra":
  - "target/linux/tegra/**"
  - "package/boot/uboot-tegra/**"
"target/uml":
  - "target/linux/uml/**"
"target/x86":
  - "target/linux/x86/**"
"target/zynq":
  - "target/linux/zynq/**"
  - "package/boot/uboot-zynq/**"
# target/imagebuilder
"target/imagebuilder":
  - "target/imagebuilder/**"
# kernel
"kernel":
  - "target/linux/generic/**"
  - "target/linux/**/config-*"
  - "target/linux/**/patches-*"
  - "target/linux/**/files/**"
  - "package/kernel/linux/**"
# core packages
"core packages":
  - "package/**"
# build/scripts/tools
"build/scripts/tools":
  - "include/**"
  - "scripts/**"
  - "tools/**"
# toolchain
"toolchain":
  - "toolchain/**"
# GitHub/CI
"GitHub/CI":
  - ".github/**"