diff options
| author | Piotr Dymacz <pepe2k@gmail.com> | 2023-06-12 21:22:52 +0200 |
|---|---|---|
| committer | Piotr Dymacz <pepe2k@gmail.com> | 2023-06-12 21:22:52 +0200 |
| commit | 92b8b18c2685e9e509d2b8b797de7e03424d17d1 (patch) | |
| tree | dc05b4e81d6036f9d68a1f2e0ef14b3858a738e6 /.github | |
| parent | 5dc78d8f18e8f536317d9438b096a484a9c49862 (diff) | |
| download | upstream-92b8b18c2685e9e509d2b8b797de7e03424d17d1.tar.gz upstream-92b8b18c2685e9e509d2b8b797de7e03424d17d1.tar.bz2 upstream-92b8b18c2685e9e509d2b8b797de7e03424d17d1.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>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/labeler.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 6303fdf7b72..6d53d581063 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/**" |
