"vscode:/vscode.git/clone" did not exist on "9fb52e523abf7bdaf7e60cf2971edb5a1b13dc08"
Unverified Commit ff5c60fa authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

[Misc] Automatically tag PRs to add new models (#20222)


Signed-off-by: default avatarIsotr0py <mozf@mail2.sysu.edu.cn>
parent 6f1229f9
......@@ -74,14 +74,25 @@ pull_request_rules:
- 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-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
description: Automatically apply performance label
conditions:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment