Updates labeler for new labels (#1613)

Signed-off-by: John McBride <jmcbride@vmware.com>
This commit is contained in:
John McBride 2022-03-08 17:10:09 -07:00 committed by GitHub
parent 8267283cfe
commit e1b831e5c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/labeler.yml vendored
View file

@ -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*