From: Mike Yuan Date: Wed, 3 Jan 2024 14:09:52 +0000 (+0800) Subject: labeler: add matches for login and logind X-Git-Tag: v256-rc1~1331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42e6ad16843dc06a78e6db814e8a534aafc5139a;p=thirdparty%2Fsystemd.git labeler: add matches for login and logind --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 3cfc05d1939..45b1ff49eeb 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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']