spf13--cobra/.github/labeler.yml
John Calabrese d88d9a09e9
Add Labeler Actions (#1074)
* adds labels to PRs

this will label PRs such that 
the maintainers have visibility into 
the breadth of the changes being suggested

* Create labeler.yml

* 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-02 09:26:08 -06:00

13 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_*