labeler: be more specific when matching for "import"

This commit is contained in:
Mike Yuan
2025-11-09 18:56:15 +01:00
parent 445b7073c7
commit 4f7695fa21

2
.github/labeler.yml vendored
View 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*'