diff options
| author | Hauke Mehrtens | 2025-02-09 12:59:03 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-02-09 20:04:19 +0000 |
| commit | c3f6e8e940994c8495a8056afe49e398ea1d90eb (patch) | |
| tree | 1843b7272c96d665ee06bde72c0815cedb9eba37 | |
| parent | 1bb1b03f696a6e25c1639889f740eb1c5d1c7f5f (diff) | |
| download | openwrt-c3f6e8e940994c8495a8056afe49e398ea1d90eb.tar.gz | |
CI: labeler: extend qualcommax target
Add two qualcommax specific packages to the qualcommax labeler.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Link: https://github.com/openwrt/openwrt/pull/17922
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | .github/labeler.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |