CI: remove various tools from macOS
[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/armvirt":
9 - "target/linux/armvirt/**"
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/kirkwood":
45 - "target/linux/kirkwood/**"
46 - "package/boot/uboot-kirkwood/**"
47 "target/lantiq":
48 - "target/linux/lantiq/**"
49 - "package/kernel/lantiq/**"
50 - "package/firmware/lantiq/**"
51 - "package/boot/uboot-lantiq/**"
52 "target/layerscape":
53 - "target/linux/layerscape/**"
54 - "package/firmware/layerscape/**"
55 - "package/boot/tfa-layerscape/**"
56 - "package/boot/uboot-layerscape/**"
57 - "package/network/utils/layerscape/**"
58 "target/malta":
59 - "target/linux/malta/**"
60 "target/mediatek":
61 - "target/linux/mediatek/**"
62 - "package/boot/arm-trusted-firmware-mediatek/**"
63 - "package/boot/uboot-mediatek/**"
64 "target/mpc85xx":
65 - "target/linux/mpc85xx/**"
66 "target/mvebu":
67 - "target/linux/mvebu/**"
68 - "package/boot/arm-trusted-firmware-mvebu/**"
69 - "package/boot/uboot-mvebu/**"
70 "target/mxs":
71 - "target/linux/mxs/**"
72 - "package/boot/uboot-mxs/**"
73 "target/octeon":
74 - "target/linux/octeon/**"
75 "target/octeontx":
76 - "target/linux/octeontx/**"
77 "target/omap":
78 - "target/linux/omap/**"
79 - "package/boot/uboot-omap/**"
80 "target/oxnas":
81 - "target/linux/oxnas/**"
82 - "package/boot/uboot-oxnas/**"
83 "target/pistachio":
84 - "target/linux/pistachio/**"
85 "target/qoriq":
86 - "target/linux/qoriq/**"
87 "target/ramips":
88 - "target/linux/ramips/**"
89 "target/realtek":
90 - "target/linux/realtek/**"
91 "target/rockchip":
92 - "target/linux/rockchip/**"
93 - "package/boot/arm-trusted-firmware-rockchip/**"
94 - "package/boot/uboot-rockchip/**"
95 "target/sunxi":
96 - "target/linux/sunxi/**"
97 - "package/boot/arm-trusted-firmware-sunxi/**"
98 - "package/boot/uboot-sunxi/**"
99 "target/tegra":
100 - "target/linux/tegra/**"
101 - "package/boot/uboot-tegra/**"
102 "target/uml":
103 - "target/linux/uml/**"
104 "target/x86":
105 - "target/linux/x86/**"
106 "target/zynq":
107 - "target/linux/zynq/**"
108 - "package/boot/uboot-zynq/**"
109 # target/imagebuilder
110 "target/imagebuilder":
111 - "target/imagebuilder/**"
112 # kernel
113 "kernel":
114 - "target/linux/generic/**"
115 - "target/linux/**/config-*"
116 - "target/linux/**/patches-*"
117 - "target/linux/**/files/**"
118 - "package/kernel/linux/**"
119 # core packages
120 "core packages":
121 - "package/**"
122 # build/scripts/tools
123 "build/scripts/tools":
124 - "include/**"
125 - "scripts/**"
126 - "tools/**"
127 # toolchain
128 "toolchain":
129 - "toolchain/**"
130 # GitHub/CI
131 "GitHub/CI":
132 - ".github/**"