From d9b80ba8b8091ece31fc564fd944a1634e435a6d Mon Sep 17 00:00:00 2001
From: Robert Marko <robimarko@gmail.com>
Date: Fri, 6 Jan 2023 20:31:15 +0100
Subject: [PATCH] CI: labeler: add ipq807x target

Add support for ipq807x target to the labeler.

Signed-off-by: Robert Marko <robimarko@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/**"
-- 
2.30.2