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