diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-08-23 16:15:10 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-08-23 16:46:16 +0200 |
commit | 407d91d87284a4580ac70f3765011ff642b5df3a (patch) | |
tree | 7aec84eddb53e40e1cf237fe4bae025b2055401a | |
parent | varlinkctl: output an expressive error message in case invalid method/interfa... (diff) | |
download | systemd-407d91d87284a4580ac70f3765011ff642b5df3a.tar.xz systemd-407d91d87284a4580ac70f3765011ff642b5df3a.zip |
labeler: support varlink tag
-rw-r--r-- | .github/labeler.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 66ee186344..45155606d4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -315,6 +315,9 @@ util-lib: utmp/wtmp: - changed-files: - any-glob-to-any-file: '**/*utmp*' +varlink: + - changed-files: + - any-glob-to-any-file: ['src/varlink/*', 'src/libsystemd/sd-varlink/*', 'src/systemd/sd-varlink*'] vconsole: - changed-files: - any-glob-to-any-file: '**/*vconsole*' |