From: Mike Yuan Date: Sun, 9 Nov 2025 17:57:01 +0000 (+0100) Subject: labeler: match per-user machined units too X-Git-Tag: v259-rc1~118^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcb717a53ac2dfece6dd6243233f1beeee6d126f;p=thirdparty%2Fsystemd.git labeler: match per-user machined units too --- diff --git a/.github/labeler.yml b/.github/labeler.yml index ef16533b9db..24570fa56cc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -132,7 +132,7 @@ login: - any-glob-to-any-file: ['src/login/*', '**/sd-login*/**'] machine: - changed-files: - - any-glob-to-any-file: ['src/machine/*', 'units/*machine*'] + - any-glob-to-any-file: ['src/machine/*', 'units/**/*machine*'] meson: - changed-files: - any-glob-to-any-file: ['meson_options.txt', '**/meson.build']