From: Yu Watanabe Date: Fri, 23 Aug 2024 14:15:10 +0000 (+0900) Subject: labeler: support varlink tag X-Git-Tag: v257-rc1~636 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=407d91d87284a4580ac70f3765011ff642b5df3a;p=thirdparty%2Fsystemd.git labeler: support varlink tag --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 66ee1863447..45155606d4b 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*'