mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-03 19:37:57 +08:00
[CPU] Add action to automatically label CPU related PRs (#30678)
Signed-off-by: Fadi Arafeh <fadi.arafeh@arm.com>
This commit is contained in:
parent
811cdf5197
commit
bb5ac1fe38
14
.github/mergify.yml
vendored
14
.github/mergify.yml
vendored
@ -235,6 +235,20 @@ pull_request_rules:
|
|||||||
add:
|
add:
|
||||||
- rocm
|
- rocm
|
||||||
|
|
||||||
|
- name: label-cpu
|
||||||
|
description: Automatically apply cpu label
|
||||||
|
conditions:
|
||||||
|
- label != stale
|
||||||
|
- files~=^(?!.*kv_offload)(?!.*cpu_offload).*\bcpu.*
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
add:
|
||||||
|
- cpu
|
||||||
|
assign:
|
||||||
|
users:
|
||||||
|
- "fadara01"
|
||||||
|
- "aditew01"
|
||||||
|
|
||||||
- name: label-structured-output
|
- name: label-structured-output
|
||||||
description: Automatically apply structured-output label
|
description: Automatically apply structured-output label
|
||||||
conditions:
|
conditions:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user