File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,26 @@ pull_request_rules:
65
65
add :
66
66
- multi-modality
67
67
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
+
68
88
- name : label-structured-output
69
89
description : Automatically apply structured-output label
70
90
conditions :
You can’t perform that action at this time.
0 commit comments