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