mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-28 20:37:15 +08:00
[Misc] Add kv-connector label (#25156)
Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
parent
fbd6523ac0
commit
bc19d75985
17
.github/mergify.yml
vendored
17
.github/mergify.yml
vendored
@ -302,3 +302,20 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
remove:
|
remove:
|
||||||
- needs-rebase
|
- needs-rebase
|
||||||
|
|
||||||
|
- name: label-kv-connector
|
||||||
|
description: Automatically apply kv-connector label
|
||||||
|
conditions:
|
||||||
|
- or:
|
||||||
|
- files~=^examples/online_serving/disaggregated[^/]*/.*
|
||||||
|
- files~=^examples/offline_inference/disaggregated[^/]*/.*
|
||||||
|
- files~=^examples/others/lmcache/
|
||||||
|
- files~=^tests/v1/kv_connector/
|
||||||
|
- files~=^vllm/distributed/kv_transfer/
|
||||||
|
- title~=(?i)\bP/?D\b
|
||||||
|
- title~=(?i)NIXL
|
||||||
|
- title~=(?i)LMCache
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
add:
|
||||||
|
- kv-connector
|
||||||
Loading…
x
Reference in New Issue
Block a user