ci(labeler): add rule for shell-completion label

This commit is contained in:
Jan Macku 2024-02-27 15:54:40 +01:00 committed by Luca Boccassi
parent cc48d93870
commit c1631d4e49

3
.github/labeler.yml vendored
View file

@ -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/*']