aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2024-04-13 11:25:52 +0200
committerRobert Marko <robimarko@gmail.com>2024-04-13 11:25:52 +0200
commit166ed4f50a75aa51c249bea9ba1884203eeb1c87 (patch)
tree3f13d26844c0a0eabe6281ae3c00e075d2e8eb91
parent4d8a9a954a609bc38047819a83e15b52bb004597 (diff)
CI: labeler: add d1 target
Add support for 'd1' target and its specific packages in labeler. Signed-off-by: Robert Marko <robimarko@gmail.com>
1 files changed, 4 insertions, 0 deletions
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":