aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2023-06-12 21:22:52 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-06-16 19:47:39 +0200
commit55993f1fc13c415a4b5a70c69d5586421bad9073 (patch)
treea5bdd7b7594bc9bb85b2207af1d6970e1dcd248c /.github
parent7390068e4f89e09d8fc281fddeb2504f5412382e (diff)
downloadupstream-55993f1fc13c415a4b5a70c69d5586421bad9073.tar.gz
upstream-55993f1fc13c415a4b5a70c69d5586421bad9073.tar.bz2
upstream-55993f1fc13c415a4b5a70c69d5586421bad9073.zip
CI: labeler: add sifiveu target
Add support for 'sifiveu' target and its specific packages in labeler. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> (cherry picked from commit 92b8b18c2685e9e509d2b8b797de7e03424d17d1)
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 6303fdf7b7..6d53d58106 100644
--- a/.github/labeler.yml
+++ b/.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/**"