Merge pull request #12198 from AlexSCorey/fixPRLabeler

Prevents the api label from being added to UI only PRs
This commit is contained in:
Alex Corey
2022-05-09 13:25:51 -04:00
committed by GitHub

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/**/*"]