-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates labeler for new labels (#1613)
Signed-off-by: John McBride <jmcbride@vmware.com>
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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* | ||
|