mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 05:18:37 -05:00
Merge pull request #12198 from AlexSCorey/fixPRLabeler
Prevents the api label from being added to UI only PRs
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
"component:api":
|
"component:api":
|
||||||
- any: ['awx/**/*', '!awx/ui/*']
|
- any: ["awx/**/*", "!awx/ui/**"]
|
||||||
|
|
||||||
"component:ui":
|
"component:ui":
|
||||||
- any: ['awx/ui/**/*']
|
- any: ["awx/ui/**/*"]
|
||||||
|
|
||||||
"component:docs":
|
"component:docs":
|
||||||
- any: ['docs/**/*']
|
- any: ["docs/**/*"]
|
||||||
|
|
||||||
"component:cli":
|
"component:cli":
|
||||||
- any: ['awxkit/**/*']
|
- any: ["awxkit/**/*"]
|
||||||
|
|
||||||
"component:collection":
|
"component:collection":
|
||||||
- any: ['awx_collection/**/*']
|
- any: ["awx_collection/**/*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user