Skip to content

Commit e1b831e

Browse files
authored
Updates labeler for new labels (#1613)
Signed-off-by: John McBride <jmcbride@vmware.com>
1 parent 8267283 commit e1b831e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/labeler.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# changes to documentation generation
2-
"area/doc-gen": doc/**/*
2+
"area/docs-generation": doc/**/*
33

4-
# changes to the core Go cobra lib package
5-
"area/lib": ./*.go
4+
# changes to the core cobra command
5+
"area/cobra-command":
6+
- any: ['./cobra.go', './cobra_test.go', './*command*.go'
67

7-
# changes to the Cobra CLI
8-
"area/cli": cobra/**/*
8+
# changes made to command flags/args
9+
"area/flags": ./args*.go
910

1011
# changes to Github workflows
1112
"area/github": .github/**/*
1213

1314
# changes to shell completions
14-
"area/*sh completion":
15+
"area/shell-completion":
1516
- ./*completions*
1617

0 commit comments

Comments
 (0)