spf13--cobra/.github/labeler.yml
xchapter7x 96e3158702 add all shell completions to labeler
any changes to and autocomplete for any shell
will now be auto labelled as impacting the autocompletion functionality
2020-04-01 15:18:18 -04:00

12 lines
226 B
YAML

# changes to documentation
"area/documentation": doc/**/*
# changes to the core lib package
"area/lib": ./*.go
# changes to the zsh completion
"area/*sh completion":
- ./zsh_*
- ./shell_*
- ./powershell_*
- ./bash_*