From: Robert Marko <robimarko@gmail.com>
Date: Sat, 13 Apr 2024 09:25:52 +0000 (+0200)
Subject: CI: labeler: add d1 target
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=166ed4f50a75aa51c249bea9ba1884203eeb1c87;p=openwrt%2Fstaging%2Fneocturne.git

CI: labeler: add d1 target

Add support for 'd1' target and its specific packages in labeler.

Signed-off-by: Robert Marko <robimarko@gmail.com>
---

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":