Explorar el Código

CI: labeler: add sifiveu target

Add support for 'sifiveu' target and its specific packages in labeler.

Signed-off-by: Piotr Dymacz <[email protected]>
Piotr Dymacz hace 2 años
padre
commit
92b8b18c26
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .github/labeler.yml

+ 4 - 0
.github/labeler.yml

@@ -94,6 +94,10 @@
   - "target/linux/rockchip/**"
   - "package/boot/arm-trusted-firmware-rockchip/**"
   - "package/boot/uboot-rockchip/**"
+"target/sifiveu":
+  - "target/linux/sifiveu/**"
+  - "package/boot/uboot-sifiveu/**"
+  - "package/boot/opensbi/**"
 "target/sunxi":
   - "target/linux/sunxi/**"
   - "package/boot/arm-trusted-firmware-sunxi/**"