forked from mirror/cobra
17 lines
312 B
YAML
17 lines
312 B
YAML
# changes to documentation generation
|
|
"area/doc-gen": doc/**/*
|
|
|
|
# changes to the core Go cobra lib package
|
|
"area/lib": ./*.go
|
|
|
|
# changes to the Cobra CLI
|
|
"area/cli": cobra/**/*
|
|
|
|
# changes to Github workflows
|
|
"area/github": .github/**/*
|
|
|
|
# changes to shell completions
|
|
"area/*sh completion":
|
|
- ./*completions*
|
|
|