[GH] Auto-apply multi-modality label to relevant PRs (#14402)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
8ca7a71df7
commit
c1588a2c94
15
.github/mergify.yml
vendored
15
.github/mergify.yml
vendored
@ -36,6 +36,21 @@ pull_request_rules:
|
|||||||
add:
|
add:
|
||||||
- frontend
|
- frontend
|
||||||
|
|
||||||
|
- name: label-multi-modality
|
||||||
|
description: Automatically apply multi-modality label
|
||||||
|
conditions:
|
||||||
|
- or:
|
||||||
|
- files~=^vllm/multimodal/
|
||||||
|
- files~=^tests/multimodal/
|
||||||
|
- files~=^tests/models/multimodal/
|
||||||
|
- files~=^tests/models/*/audio_language/
|
||||||
|
- files~=^tests/models/*/vision_language/
|
||||||
|
- files=tests/models/test_vision.py
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
add:
|
||||||
|
- multi-modality
|
||||||
|
|
||||||
- name: label-structured-output
|
- name: label-structured-output
|
||||||
description: Automatically apply structured-output label
|
description: Automatically apply structured-output label
|
||||||
conditions:
|
conditions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user