Skip to content

Commit 735a9de

Browse files
authored
[Qwen] Add tagging rule for Qwen related PRs (#19799)
Signed-off-by: Lu Fang <lufang@fb.com>
1 parent 257ab95 commit 735a9de

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/mergify.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,21 @@ pull_request_rules:
6565
add:
6666
- multi-modality
6767

68+
- name: label-qwen
69+
description: Automatically apply qwen label
70+
conditions:
71+
- or:
72+
- files~=^examples/.*qwen.*\.py
73+
- files~=^tests/.*qwen.*\.py
74+
- files~=^vllm/model_executor/models/.*qwen.*\.py
75+
- files~=^vllm/reasoning/.*qwen.*\.py
76+
- title~=(?i)Qwen
77+
- body~=(?i)Qwen
78+
actions:
79+
label:
80+
add:
81+
- qwen
82+
6883
- name: label-rocm
6984
description: Automatically apply rocm label
7085
conditions:

0 commit comments

Comments
 (0)