From 7a81397fbe9fc36af19fb90130819b1213c8b000 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 12 Sep 2025 17:01:32 +0200 Subject: [PATCH] CI: labeler: Add econet Add new econet target to github labeler. Link: https://github.com/openwrt/openwrt/pull/20033 Signed-off-by: Hauke Mehrtens --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index efb60de4c66..89ac5355957 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -54,6 +54,10 @@ - "target/linux/d1/**" - "package/boot/uboot-d1/**" - "package/boot/opensbi/**" +"target/econet": +- changed-files: + - any-glob-to-any-file: + - "target/linux/econet/**" "target/gemini": - changed-files: - any-glob-to-any-file: -- 2.47.3