From c3f6e8e940994c8495a8056afe49e398ea1d90eb Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 9 Feb 2025 13:59:03 +0100 Subject: [PATCH] CI: labeler: extend qualcommax target Add two qualcommax specific packages to the qualcommax labeler. Signed-off-by: Hauke Mehrtens Link: https://github.com/openwrt/openwrt/pull/17922 Signed-off-by: Robert Marko --- .github/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 129357df2b..c23138a8a3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -80,6 +80,8 @@ - changed-files: - any-glob-to-any-file: - "target/linux/qualcommax/**" + - "package/kernel/qca-ssdk/**" + - "package/kernel/qca-nss-dp/**" "target/ixp4xx": - changed-files: - any-glob-to-any-file: -- 2.30.2