labeler: add mountfsd and nsresource

This commit is contained in:
Mike Yuan 2024-04-08 20:09:54 +08:00
parent e71b40fd00
commit 8953917d00
No known key found for this signature in database
GPG key ID: 417471C0A40F58B3

6
.github/labeler.yml vendored
View file

@ -76,12 +76,18 @@ meson:
mkosi:
- changed-files:
- any-glob-to-any-file: ['.mkosi/*', 'mkosi.build']
mountfsd:
- changed-files:
- any-glob-to-any-file: ['src/mountfsd/*']
network:
- changed-files:
- any-glob-to-any-file: ['src/libsystemd-network/**/*', 'src/network/**/*']
nspawn:
- changed-files:
- any-glob-to-any-file: '**/*nspawn*'
nsresource:
- changed-files:
- any-glob-to-any-file: '**/*nsresource*'
portable:
- changed-files:
- any-glob-to-any-file: 'src/portable/**/*'