ipq4019: fix even more wrong reference to USB node
[openwrt/openwrt.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/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/**"