labeler: match per-user machined units too

This commit is contained in:
Mike Yuan
2025-11-09 18:57:01 +01:00
parent 4f7695fa21
commit dcb717a53a

2
.github/labeler.yml vendored
View File

@@ -132,7 +132,7 @@ login:
- any-glob-to-any-file: ['src/login/*', '**/sd-login*/**']
machine:
- changed-files:
- any-glob-to-any-file: ['src/machine/*', 'units/*machine*']
- any-glob-to-any-file: ['src/machine/*', 'units/**/*machine*']
meson:
- changed-files:
- any-glob-to-any-file: ['meson_options.txt', '**/meson.build']