mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00:00
b55fa79836
* Add PR labeler with pull_request_target
16 lines
312 B
YAML
16 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*
|
|
|