Unverified Commit 2e78150d authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[CI] Add mergify rules for `nvidia` label (#28417)


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent d381eb96
......@@ -151,6 +151,23 @@ pull_request_rules:
add:
- 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
description: Automatically apply rocm label
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