Skip to content

Commit 5039ec2

Browse files
authored
[ROCm] Add rules to automatically label ROCm related PRs (#19405)
Signed-off-by: Lu Fang <lufang@fb.com>
1 parent 7c644ab commit 5039ec2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/mergify.yml

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

68+
- name: label-rocm
69+
description: Automatically apply rocm label
70+
conditions:
71+
- or:
72+
- files~=^csrc/rocm/
73+
- files~=^docker/Dockerfile.rocm
74+
- files~=^requirements/rocm.*\.txt
75+
- files~=^vllm/attention/backends/rocm.*\.py
76+
- files~=^vllm/attention/ops/rocm.*\.py
77+
- files~=^vllm/model_executor/layers/fused_moe/rocm.*\.py
78+
- files~=^vllm/v1/attention/backends/mla/rocm.*\.py
79+
- files~=^tests/kernels/.*_rocm.*\.py
80+
- files=vllm/platforms/rocm.py
81+
- title~=(?i)AMD
82+
- title~=(?i)ROCm
83+
actions:
84+
label:
85+
add:
86+
- rocm
87+
6888
- name: label-structured-output
6989
description: Automatically apply structured-output label
7090
conditions:

0 commit comments

Comments
 (0)