Unverified Commit 5039ec23 authored by Lu Fang's avatar Lu Fang Committed by GitHub
Browse files

[ROCm] Add rules to automatically label ROCm related PRs (#19405)


Signed-off-by: default avatarLu Fang <lufang@fb.com>
parent 7c644ab6
...@@ -65,6 +65,26 @@ pull_request_rules: ...@@ -65,6 +65,26 @@ pull_request_rules:
add: add:
- multi-modality - 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 - name: label-structured-output
description: Automatically apply structured-output label description: Automatically apply structured-output 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