spf13--cobra/.github/labeler.yml
John McBride b55fa79836
Add PR labeler with pull_request_target (#1338)
* Add PR labeler with pull_request_target
2021-02-15 10:48:09 -07:00

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*