mirror of
https://github.com/spf13/cobra
synced 2024-11-16 10:47:09 +00:00
d88d9a09e9
* 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
12 lines
226 B
YAML
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_*
|