From: Jan Macku Date: Tue, 27 Feb 2024 14:54:40 +0000 (+0100) Subject: ci(labeler): add rule for `shell-completion` label X-Git-Tag: v256-rc1~726 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1631d4e49618e2fe757d6e9a9e2853c1ef6bf4d;p=thirdparty%2Fsystemd.git ci(labeler): add rule for `shell-completion` label --- 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/*']