From c1631d4e49618e2fe757d6e9a9e2853c1ef6bf4d Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Tue, 27 Feb 2024 15:54:40 +0100 Subject: [PATCH] ci(labeler): add rule for `shell-completion` label --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 832e6911a38..86a31776f49 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -136,6 +136,9 @@ sd-resolve: selinux: - changed-files: - any-glob-to-any-file: '**/*selinux*' +shell-completion: + - changed-files: + - any-glob-to-any-file: 'shell-completion/*' sleep: - changed-files: - any-glob-to-any-file: ['src/shared/*sleep*', 'src/sleep/*'] -- 2.47.3