File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments