mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03: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":
|
||||
- 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/**/*"]
|
||||
|
||||
Reference in New Issue
Block a user