diff options
Diffstat (limited to '')
-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/*'] |