]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
labeler: be more specific when matching for "import"
authorMike Yuan <me@yhndnzj.com>
Sun, 9 Nov 2025 17:56:15 +0000 (18:56 +0100)
committerMike Yuan <me@yhndnzj.com>
Sun, 9 Nov 2025 17:56:15 +0000 (18:56 +0100)
.github/labeler.yml

index 6a426a40ce5a4c110b67f45130f0cece2618615c..ef16533b9db36bfe433caf4d050f9f9ea239c4eb 100644 (file)
@@ -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*'