mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 20:35:01 +08:00
[Misc] Automatically tag PRs to add new models (#20222)
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn>
This commit is contained in:
parent
6f1229f91d
commit
ff5c60fad8
15
.github/mergify.yml
vendored
15
.github/mergify.yml
vendored
@ -74,14 +74,25 @@ pull_request_rules:
|
|||||||
- files~=^vllm/multimodal/
|
- files~=^vllm/multimodal/
|
||||||
- files~=^tests/multimodal/
|
- files~=^tests/multimodal/
|
||||||
- files~=^tests/models/multimodal/
|
- files~=^tests/models/multimodal/
|
||||||
- files~=^tests/models/*/audio_language/
|
|
||||||
- files~=^tests/models/*/vision_language/
|
|
||||||
- files=tests/models/test_vision.py
|
- files=tests/models/test_vision.py
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- multi-modality
|
- multi-modality
|
||||||
|
|
||||||
|
- name: label-new-model
|
||||||
|
description: Automatically apply new-model label
|
||||||
|
conditions:
|
||||||
|
- and:
|
||||||
|
- files~=^vllm/model_executor/models/
|
||||||
|
- files=vllm/model_executor/models/registry.py
|
||||||
|
- files=tests/models/registry.py
|
||||||
|
- files=docs/models/supported_models.md
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
add:
|
||||||
|
- new-model
|
||||||
|
|
||||||
- name: label-performance
|
- name: label-performance
|
||||||
description: Automatically apply performance label
|
description: Automatically apply performance label
|
||||||
conditions:
|
conditions:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user