From dcb717a53ac2dfece6dd6243233f1beeee6d126f Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sun, 9 Nov 2025 18:57:01 +0100 Subject: [PATCH] labeler: match per-user machined units too --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- 2.47.3