mirror of
https://github.com/ansible/awx.git
synced 2026-01-08 14:32:07 -03:30
* Remove source code for old UI * Rename ui-next to ui * Remove license scan for javascript dependencies
15 lines
231 B
YAML
15 lines
231 B
YAML
"component:api":
|
|
- any: ["awx/**/*"]
|
|
|
|
"component:docs":
|
|
- any: ["docs/**/*"]
|
|
|
|
"component:cli":
|
|
- any: ["awxkit/**/*"]
|
|
|
|
"component:awx_collection":
|
|
- any: ["awx_collection/**/*"]
|
|
|
|
"dependencies":
|
|
- any: ["requirements/*"]
|