e22f074604fea6d2f3e78eaf5dc90adc2684d1a8
[openwrt/staging/jow.git] / .github / labeler.yml
1 # target/*
2 "target/airoha":
3 - "target/linux/airoha/**"
4 "target/apm821xx":
5 - "target/linux/apm821xx/**"
6 "target/archs38":
7 - "target/linux/archs38/**"
8 "target/armsr":
9 - "target/linux/armsr/**"
10 "target/at91":
11 - "target/linux/at91/**"
12 - "package/boot/at91bootstrap/**"
13 - "package/boot/uboot-at91/**"
14 "target/ath25":
15 - "target/linux/ath25/**"
16 "target/ath79":
17 - "target/linux/ath79/**"
18 "target/bcm27xx":
19 - "target/linux/bcm27xx/**"
20 - "package/kernel/bcm27xx-gpu-fw/**"
21 "target/bcm47xx":
22 - "target/linux/bcm47xx/**"
23 "target/bcm4908":
24 - "target/linux/bcm4908/**"
25 - "package/boot/uboot-bcm4908/**"
26 "target/bcm53xx":
27 - "target/linux/bcm53xx/**"
28 "target/bcm63xx":
29 - "target/linux/bcm63xx/**"
30 - "package/kernel/bcm63xx-cfe/**"
31 - "package/boot/arm-trusted-firmware-bcm63xx/**"
32 "target/bmips":
33 - "target/linux/bmips/**"
34 "target/gemini":
35 - "target/linux/gemini/**"
36 "target/imx":
37 - "target/linux/imx/**"
38 - "package/boot/imx-bootlets/**"
39 - "package/boot/uboot-imx/**"
40 "target/ipq40xx":
41 - "target/linux/ipq40xx/**"
42 "target/ipq806x":
43 - "target/linux/ipq806x/**"
44 "target/qualcommax":
45 - "target/linux/qualcommax/**"
46 "target/kirkwood":
47 - "target/linux/kirkwood/**"
48 - "package/boot/uboot-kirkwood/**"
49 "target/lantiq":
50 - "target/linux/lantiq/**"
51 - "package/kernel/lantiq/**"
52 - "package/firmware/lantiq/**"
53 - "package/boot/uboot-lantiq/**"
54 "target/layerscape":
55 - "target/linux/layerscape/**"
56 - "package/firmware/layerscape/**"
57 - "package/boot/tfa-layerscape/**"
58 - "package/boot/uboot-layerscape/**"
59 - "package/network/utils/layerscape/**"
60 "target/malta":
61 - "target/linux/malta/**"
62 "target/mediatek":
63 - "target/linux/mediatek/**"
64 - "package/boot/arm-trusted-firmware-mediatek/**"
65 - "package/boot/uboot-mediatek/**"
66 "target/mpc85xx":
67 - "target/linux/mpc85xx/**"
68 "target/mvebu":
69 - "target/linux/mvebu/**"
70 - "package/boot/arm-trusted-firmware-mvebu/**"
71 - "package/boot/uboot-mvebu/**"
72 "target/mxs":
73 - "target/linux/mxs/**"
74 - "package/boot/uboot-mxs/**"
75 "target/octeon":
76 - "target/linux/octeon/**"
77 "target/octeontx":
78 - "target/linux/octeontx/**"
79 "target/omap":
80 - "target/linux/omap/**"
81 - "package/boot/uboot-omap/**"
82 "target/oxnas":
83 - "target/linux/oxnas/**"
84 - "package/boot/uboot-oxnas/**"
85 "target/pistachio":
86 - "target/linux/pistachio/**"
87 "target/qoriq":
88 - "target/linux/qoriq/**"
89 "target/ramips":
90 - "target/linux/ramips/**"
91 "target/realtek":
92 - "target/linux/realtek/**"
93 "target/rockchip":
94 - "target/linux/rockchip/**"
95 - "package/boot/arm-trusted-firmware-rockchip/**"
96 - "package/boot/uboot-rockchip/**"
97 "target/sifiveu":
98 - "target/linux/sifiveu/**"
99 - "package/boot/uboot-sifiveu/**"
100 - "package/boot/opensbi/**"
101 "target/sunxi":
102 - "target/linux/sunxi/**"
103 - "package/boot/arm-trusted-firmware-sunxi/**"
104 - "package/boot/uboot-sunxi/**"
105 "target/tegra":
106 - "target/linux/tegra/**"
107 - "package/boot/uboot-tegra/**"
108 "target/uml":
109 - "target/linux/uml/**"
110 "target/x86":
111 - "target/linux/x86/**"
112 "target/zynq":
113 - "target/linux/zynq/**"
114 - "package/boot/uboot-zynq/**"
115 # target/imagebuilder
116 "target/imagebuilder":
117 - "target/imagebuilder/**"
118 # kernel
119 "kernel":
120 - "target/linux/generic/**"
121 - "target/linux/**/config-*"
122 - "target/linux/**/patches-*"
123 - "target/linux/**/files/**"
124 - "package/kernel/linux/**"
125 # core packages
126 "core packages":
127 - "package/**"
128 # build/scripts/tools
129 "build/scripts/tools":
130 - "include/**"
131 - "scripts/**"
132 - "tools/**"
133 # toolchain
134 "toolchain":
135 - "toolchain/**"
136 # GitHub/CI
137 "GitHub/CI":
138 - ".github/**"