labeler: add bsod, hibernate-resume, nspawn and vmspawn

This commit is contained in:
Mike Yuan 2024-01-16 22:47:11 +08:00 committed by Luca Boccassi
parent 598ef6e0e0
commit 50d5f64632

12
.github/labeler.yml vendored
View file

@ -7,6 +7,9 @@ apparmor:
binfmt:
- changed-files:
- any-glob-to-any-file: '**/*binfmt*'
bsod:
- changed-files:
- any-glob-to-any-file: '**/*bsod*'
btrfs:
- changed-files:
- any-glob-to-any-file: '**/*btrfs*'
@ -46,6 +49,9 @@ fstab-generator:
growfs:
- changed-files:
- any-glob-to-any-file: '**/*growfs*'
hibernate-resume:
- changed-files:
- any-glob-to-any-file: '**/*hibernate-resume*'
hwdb:
- changed-files:
- any-glob-to-any-file: 'hwdb.d/**/*'
@ -70,6 +76,9 @@ mkosi:
network:
- changed-files:
- any-glob-to-any-file: ['src/libsystemd-network/**/*', 'src/network/**/*']
nspawn:
- changed-files:
- any-glob-to-any-file: '**/*nspawn*'
portable:
- changed-files:
- any-glob-to-any-file: 'src/portable/**/*'
@ -184,6 +193,9 @@ util-lib:
vconsole:
- changed-files:
- any-glob-to-any-file: '**/*vconsole*'
vmspawn:
- changed-files:
- any-glob-to-any-file: '**/*vmspawn*'
xdg-autostart:
- changed-files:
- any-glob-to-any-file: '**/**xdg-autostart-generator*'