labeler: add matches for login and logind

This commit is contained in:
Mike Yuan
2024-01-03 22:09:52 +08:00
committed by Frantisek Sumsal
parent 56f20e3a46
commit 42e6ad1684

6
.github/labeler.yml vendored
View File

@@ -55,6 +55,12 @@ journal:
journal-remote:
- changed-files:
- any-glob-to-any-file: 'src/journal-remote/*'
login:
- changed-files:
- any-glob-to-any-file: '**/sd-login*/**'
logind:
- changed-files:
- any-glob-to-any-file: 'src/login/*'
meson:
- changed-files:
- any-glob-to-any-file: ['meson_options.txt', '**/meson.build']