From 735a9de71f375e6879ceee692e3cdca14d88ddfd Mon Sep 17 00:00:00 2001 From: Lu Fang <30275821+houseroad@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:26:43 +0800 Subject: [PATCH] [Qwen] Add tagging rule for Qwen related PRs (#19799) Signed-off-by: Lu Fang --- .github/mergify.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 20b4a8fc2dbc3..ce8fb2ee2d534 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -65,6 +65,21 @@ pull_request_rules: add: - 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 description: Automatically apply rocm label conditions: