spf13--cobra/.github/labeler.yml

17 lines
312 B
YAML
Raw Normal View History

# 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*