mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00:00
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*
|
||
|
|