[openwrt/openwrt] CI: labeler: add d1 target
LEDE Commits
lede-commits at lists.infradead.org
Sat Apr 13 02:27:51 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/166ed4f50a75aa51c249bea9ba1884203eeb1c87
commit 166ed4f50a75aa51c249bea9ba1884203eeb1c87
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sat Apr 13 11:25:52 2024 +0200
CI: labeler: add d1 target
Add support for 'd1' target and its specific packages in labeler.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.github/labeler.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 1813b7f849..5cbf2ac987 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -30,6 +30,10 @@
- "package/boot/arm-trusted-firmware-bcm63xx/**"
"target/bmips":
- "target/linux/bmips/**"
+"target/d1":
+ - "target/linux/d1/**"
+ - "package/boot/uboot-d1/**"
+ - "package/boot/opensbi/**"
"target/gemini":
- "target/linux/gemini/**"
"target/imx":
More information about the lede-commits
mailing list