From bcf95c41161fb4d541002777bd6ab3374d72fe39 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Mon, 17 Nov 2025 23:59:57 +0100 Subject: [PATCH] labeler: match the whole tree of shell-completion/ --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5c39698f49..466a6478da 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -228,7 +228,7 @@ selinux: - any-glob-to-any-file: '**/*selinux*' shell-completion: - changed-files: - - any-glob-to-any-file: 'shell-completion/*' + - any-glob-to-any-file: 'shell-completion/**' shell profile: - changed-files: - any-glob-to-any-file: 'profile.d/*'