We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0e93c commit b93e942Copy full SHA for b93e942
.github/mergify.yml
@@ -36,6 +36,21 @@ pull_request_rules:
36
add:
37
- frontend
38
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
+
54
- name: label-structured-output
55
description: Automatically apply structured-output label
56
conditions:
0 commit comments