[GH] Auto-apply multi-modality label to relevant PRs (#14402)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung 2025-03-07 15:26:32 +08:00 committed by GitHub
parent 8ca7a71df7
commit c1588a2c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
.github/mergify.yml vendored
View File

@ -36,6 +36,21 @@ pull_request_rules:
add:
- 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
description: Automatically apply structured-output label
conditions: