awx/.github/pr_labeler.yml

15 lines
238 B
YAML

"component:api":
- any: ["awx/**/*", "!awx/ui/**"]
"component:ui":
- any: ["awx/ui/**/*"]
"component:docs":
- any: ["docs/**/*"]
"component:cli":
- any: ["awxkit/**/*"]
"component:collection":
- any: ["awx_collection/**/*"]