[openwrt/openwrt] CI: labeler: add ipq807x target
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 16 03:52:53 PST 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d9b80ba8b8091ece31fc564fd944a1634e435a6d
commit d9b80ba8b8091ece31fc564fd944a1634e435a6d
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Fri Jan 6 20:31:15 2023 +0100
CI: labeler: add ipq807x target
Add support for ipq807x target to the labeler.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.github/labeler.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index dd6636cf73..c0ffdaf05d 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -41,6 +41,8 @@
- "target/linux/ipq40xx/**"
"target/ipq806x":
- "target/linux/ipq806x/**"
+"target/ipq807x":
+ - "target/linux/ipq807x/**"
"target/kirkwood":
- "target/linux/kirkwood/**"
- "package/boot/uboot-kirkwood/**"
More information about the lede-commits
mailing list