mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-02 22:04:29 +08:00
[CI] Introduce rules for llama auto-label (#19323)
Signed-off-by: Lu Fang <lufang@fb.com>
This commit is contained in:
parent
59abbd84f9
commit
01810f9236
14
.github/mergify.yml
vendored
14
.github/mergify.yml
vendored
@ -36,6 +36,20 @@ pull_request_rules:
|
|||||||
add:
|
add:
|
||||||
- frontend
|
- frontend
|
||||||
|
|
||||||
|
- name: label-llama
|
||||||
|
description: Automatically apply llama label
|
||||||
|
conditions:
|
||||||
|
- or:
|
||||||
|
- files~=^examples/.*llama.*\.py
|
||||||
|
- files~=^tests/.*llama.*\.py
|
||||||
|
- files~=^vllm/entrypoints/openai/tool_parsers/llama.*\.py
|
||||||
|
- files~=^vllm/model_executor/models/.*llama.*\.py
|
||||||
|
- files~=^vllm/transformers_utils/configs/.*llama.*\.py
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
add:
|
||||||
|
- llama
|
||||||
|
|
||||||
- name: label-multi-modality
|
- name: label-multi-modality
|
||||||
description: Automatically apply multi-modality label
|
description: Automatically apply multi-modality label
|
||||||
conditions:
|
conditions:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user