Prevents the api label from being added to UI only PRs

This commit is contained in:
Alex Corey
2022-05-09 11:17:22 -04:00
parent f7be6b6423
commit 8242078c06

View File

@@ -1,14 +1,14 @@
"component:api":
- any: ['awx/**/*', '!awx/ui/*']
- any: ["awx/**/*", "!awx/ui/**"]
"component:ui":
- any: ['awx/ui/**/*']
- any: ["awx/ui/**/*"]
"component:docs":
- any: ['docs/**/*']
- any: ["docs/**/*"]
"component:cli":
- any: ['awxkit/**/*']
- any: ["awxkit/**/*"]
"component:collection":
- any: ['awx_collection/**/*']
- any: ["awx_collection/**/*"]