add all shell completions to labeler

any changes to and autocomplete for any shell
will now be auto labelled as impacting the autocompletion functionality
This commit is contained in:
xchapter7x 2020-04-01 15:18:18 -04:00
parent 3cc8bfa3b1
commit 96e3158702

6
.github/labeler.yml vendored
View file

@ -5,4 +5,8 @@
"area/lib": ./*.go
# changes to the zsh completion
"area/*sh completion": ./zsh*
"area/*sh completion":
- ./zsh_*
- ./shell_*
- ./powershell_*
- ./bash_*