Unverified Commit 735a9de7 authored by Lu Fang's avatar Lu Fang Committed by GitHub
Browse files

[Qwen] Add tagging rule for Qwen related PRs (#19799)


Signed-off-by: default avatarLu Fang <lufang@fb.com>
parent 257ab954
...@@ -65,6 +65,21 @@ pull_request_rules: ...@@ -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:
......
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