summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-08-23 16:15:10 +0200
committerMike Yuan <me@yhndnzj.com>2024-08-23 16:46:16 +0200
commit407d91d87284a4580ac70f3765011ff642b5df3a (patch)
tree7aec84eddb53e40e1cf237fe4bae025b2055401a
parentvarlinkctl: output an expressive error message in case invalid method/interfa... (diff)
downloadsystemd-407d91d87284a4580ac70f3765011ff642b5df3a.tar.xz
systemd-407d91d87284a4580ac70f3765011ff642b5df3a.zip
labeler: support varlink tag
-rw-r--r--.github/labeler.yml3
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*'