mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-09 18:19:12 +08:00
[CI] Add mergify rules for nvidia label (#28417)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
parent
d381eb967f
commit
2e78150d24
17
.github/mergify.yml
vendored
17
.github/mergify.yml
vendored
@ -151,6 +151,23 @@ pull_request_rules:
|
|||||||
add:
|
add:
|
||||||
- gpt-oss
|
- gpt-oss
|
||||||
|
|
||||||
|
- name: label-nvidia
|
||||||
|
description: Automatically apply nvidia label
|
||||||
|
conditions:
|
||||||
|
- label != stale
|
||||||
|
- or:
|
||||||
|
- files~=cuda
|
||||||
|
- files~=cutlass
|
||||||
|
- files~=flashinfer
|
||||||
|
- files~=trtllm
|
||||||
|
- title~=(?i)NVIDIA
|
||||||
|
- title~=(?i)CUDA
|
||||||
|
- title~=(?i)CUTLASS
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
add:
|
||||||
|
- nvidia
|
||||||
|
|
||||||
- name: label-rocm
|
- name: label-rocm
|
||||||
description: Automatically apply rocm label
|
description: Automatically apply rocm label
|
||||||
conditions:
|
conditions:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user