Skip to content

Commit ff5c60f

Browse files
authored
[Misc] Automatically tag PRs to add new models (#20222)
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn>
1 parent 6f1229f commit ff5c60f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/mergify.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,25 @@ pull_request_rules:
7474
- files~=^vllm/multimodal/
7575
- files~=^tests/multimodal/
7676
- files~=^tests/models/multimodal/
77-
- files~=^tests/models/*/audio_language/
78-
- files~=^tests/models/*/vision_language/
7977
- files=tests/models/test_vision.py
8078
actions:
8179
label:
8280
add:
8381
- multi-modality
8482

83+
- name: label-new-model
84+
description: Automatically apply new-model label
85+
conditions:
86+
- and:
87+
- files~=^vllm/model_executor/models/
88+
- files=vllm/model_executor/models/registry.py
89+
- files=tests/models/registry.py
90+
- files=docs/models/supported_models.md
91+
actions:
92+
label:
93+
add:
94+
- new-model
95+
8596
- name: label-performance
8697
description: Automatically apply performance label
8798
conditions:

0 commit comments

Comments
 (0)