From 5039ec2336b865db5d9eed252adf46bdff8d5fc0 Mon Sep 17 00:00:00 2001 From: Lu Fang <30275821+houseroad@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:09:18 +0800 Subject: [PATCH] [ROCm] Add rules to automatically label ROCm related PRs (#19405) Signed-off-by: Lu Fang --- .github/mergify.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 5692bb5d363d8..20b4a8fc2dbc3 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -65,6 +65,26 @@ pull_request_rules: add: - multi-modality +- name: label-rocm + description: Automatically apply rocm label + conditions: + - or: + - files~=^csrc/rocm/ + - files~=^docker/Dockerfile.rocm + - files~=^requirements/rocm.*\.txt + - files~=^vllm/attention/backends/rocm.*\.py + - files~=^vllm/attention/ops/rocm.*\.py + - files~=^vllm/model_executor/layers/fused_moe/rocm.*\.py + - files~=^vllm/v1/attention/backends/mla/rocm.*\.py + - files~=^tests/kernels/.*_rocm.*\.py + - files=vllm/platforms/rocm.py + - title~=(?i)AMD + - title~=(?i)ROCm + actions: + label: + add: + - rocm + - name: label-structured-output description: Automatically apply structured-output label conditions: