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:
74
74
- files~=^vllm/multimodal/
75
75
- files~=^tests/multimodal/
76
76
- files~=^tests/models/multimodal/
77
- - files~=^tests/models/*/audio_language/
78
- - files~=^tests/models/*/vision_language/
79
77
- files=tests/models/test_vision.py
80
78
actions :
81
79
label :
82
80
add :
83
81
- multi-modality
84
82
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
+
85
96
- name : label-performance
86
97
description : Automatically apply performance label
87
98
conditions :
You can’t perform that action at this time.
0 commit comments