mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
Updates labeler for new labels
Signed-off-by: John McBride <jmcbride@vmware.com>
This commit is contained in:
parent
6d2dc43606
commit
44d09daf6a
1 changed files with 7 additions and 6 deletions
13
.github/labeler.yml
vendored
13
.github/labeler.yml
vendored
|
@ -1,16 +1,17 @@
|
|||
# changes to documentation generation
|
||||
"area/doc-gen": doc/**/*
|
||||
"area/docs-generation": doc/**/*
|
||||
|
||||
# changes to the core Go cobra lib package
|
||||
"area/lib": ./*.go
|
||||
# changes to the core cobra command
|
||||
"area/cobra-command":
|
||||
- any: ['./cobra.go', './cobra_test.go', './*command*.go'
|
||||
|
||||
# changes to the Cobra CLI
|
||||
"area/cli": cobra/**/*
|
||||
# changes made to command flags/args
|
||||
"area/flags": ./args*.go
|
||||
|
||||
# changes to Github workflows
|
||||
"area/github": .github/**/*
|
||||
|
||||
# changes to shell completions
|
||||
"area/*sh completion":
|
||||
"area/shell-completion":
|
||||
- ./*completions*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue