Skip to content

Commit 3f192bd

Browse files
DarkLight1337lulmer
authored andcommitted
[GH] Auto-apply multi-modality label to relevant PRs (vllm-project#14402)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: Louis Ulmer <ulmerlouis@gmail.com>
1 parent c7ee2a0 commit 3f192bd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/mergify.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@ pull_request_rules:
3636
add:
3737
- frontend
3838

39+
- name: label-multi-modality
40+
description: Automatically apply multi-modality label
41+
conditions:
42+
- or:
43+
- files~=^vllm/multimodal/
44+
- files~=^tests/multimodal/
45+
- files~=^tests/models/multimodal/
46+
- files~=^tests/models/*/audio_language/
47+
- files~=^tests/models/*/vision_language/
48+
- files=tests/models/test_vision.py
49+
actions:
50+
label:
51+
add:
52+
- multi-modality
53+
3954
- name: label-structured-output
4055
description: Automatically apply structured-output label
4156
conditions:

0 commit comments

Comments
 (0)