We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8267283 commit e1b831eCopy full SHA for e1b831e
.github/labeler.yml
@@ -1,16 +1,17 @@
1
# changes to documentation generation
2
-"area/doc-gen": doc/**/*
+"area/docs-generation": doc/**/*
3
4
-# changes to the core Go cobra lib package
5
-"area/lib": ./*.go
+# changes to the core cobra command
+"area/cobra-command":
6
+- any: ['./cobra.go', './cobra_test.go', './*command*.go'
7
-# changes to the Cobra CLI
8
-"area/cli": cobra/**/*
+# changes made to command flags/args
9
+"area/flags": ./args*.go
10
11
# changes to Github workflows
12
"area/github": .github/**/*
13
14
# changes to shell completions
-"area/*sh completion":
15
+"area/shell-completion":
16
- ./*completions*
17
0 commit comments