mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 04:15:02 -02:30
Prevents the api label from being added to UI only PRs
This commit is contained in:
10
.github/pr_labeler.yml
vendored
10
.github/pr_labeler.yml
vendored
@@ -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