diff options
author | Jan Macku <jamacku@redhat.com> | 2024-02-27 15:54:40 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-02-27 16:26:45 +0100 |
commit | c1631d4e49618e2fe757d6e9a9e2853c1ef6bf4d (patch) | |
tree | 5b0ff3213762fcf07f6ed6eb37b784d64a733345 /.github | |
parent | test: use socat in unidirectional mode (diff) | |
download | systemd-c1631d4e49618e2fe757d6e9a9e2853c1ef6bf4d.tar.xz systemd-c1631d4e49618e2fe757d6e9a9e2853c1ef6bf4d.zip |
ci(labeler): add rule for `shell-completion` label
Diffstat (limited to '.github')
-rw-r--r-- | .github/labeler.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 832e6911a3..86a31776f4 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/*'] |