From 4f7695fa21fd5105effdd83ac1e4a5424a71e95e Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sun, 9 Nov 2025 18:56:15 +0100 Subject: [PATCH] labeler: be more specific when matching for "import" --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 6a426a40ce5..ef16533b9db 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -108,7 +108,7 @@ hwdb: - any-glob-to-any-file: '**/*hwdb*' import: - changed-files: - - any-glob-to-any-file: '**/*import*' + - any-glob-to-any-file: ['src/import/*', 'src/shared/*import*', 'units/**/*import*'] integritysetup: - changed-files: - any-glob-to-any-file: '**/*integrity*' -- 2.47.3