mirror of
https://github.com/spf13/cobra
synced 2025-05-07 13:57:21 +00:00
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:
parent
3cc8bfa3b1
commit
96e3158702
1 changed files with 5 additions and 1 deletions
6
.github/labeler.yml
vendored
6
.github/labeler.yml
vendored
|
@ -5,4 +5,8 @@
|
|||
"area/lib": ./*.go
|
||||
|
||||
# changes to the zsh completion
|
||||
"area/*sh completion": ./zsh*
|
||||
"area/*sh completion":
|
||||
- ./zsh_*
|
||||
- ./shell_*
|
||||
- ./powershell_*
|
||||
- ./bash_*
|
||||
|
|
Loading…
Add table
Reference in a new issue