diff options
| author | Piotr Dymacz | 2023-06-12 19:22:52 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2023-06-16 17:47:39 +0000 |
| commit | 55993f1fc13c415a4b5a70c69d5586421bad9073 (patch) | |
| tree | a5bdd7b7594bc9bb85b2207af1d6970e1dcd248c | |
| parent | 7390068e4f89e09d8fc281fddeb2504f5412382e (diff) | |
| download | openwrt-55993f1fc13c415a4b5a70c69d5586421bad9073.tar.gz | |
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)
| -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 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/**" |