mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-13 23:15:39 +08:00
[Qwen] Add tagging rule for Qwen related PRs (#19799)
Signed-off-by: Lu Fang <lufang@fb.com>
This commit is contained in:
parent
257ab95439
commit
735a9de71f
15
.github/mergify.yml
vendored
15
.github/mergify.yml
vendored
@ -65,6 +65,21 @@ pull_request_rules:
|
|||||||
add:
|
add:
|
||||||
- multi-modality
|
- multi-modality
|
||||||
|
|
||||||
|
- name: label-qwen
|
||||||
|
description: Automatically apply qwen label
|
||||||
|
conditions:
|
||||||
|
- or:
|
||||||
|
- files~=^examples/.*qwen.*\.py
|
||||||
|
- files~=^tests/.*qwen.*\.py
|
||||||
|
- files~=^vllm/model_executor/models/.*qwen.*\.py
|
||||||
|
- files~=^vllm/reasoning/.*qwen.*\.py
|
||||||
|
- title~=(?i)Qwen
|
||||||
|
- body~=(?i)Qwen
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
add:
|
||||||
|
- qwen
|
||||||
|
|
||||||
- name: label-rocm
|
- name: label-rocm
|
||||||
description: Automatically apply rocm label
|
description: Automatically apply rocm label
|
||||||
conditions:
|
conditions:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user