Skip to content

Commit bc19d75

Browse files
authored
[Misc] Add kv-connector label (vllm-project#25156)
Signed-off-by: NickLucche <[email protected]>
1 parent fbd6523 commit bc19d75

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/mergify.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,3 +302,20 @@ pull_request_rules:
302302
label:
303303
remove:
304304
- needs-rebase
305+
306+
- name: label-kv-connector
307+
description: Automatically apply kv-connector label
308+
conditions:
309+
- or:
310+
- files~=^examples/online_serving/disaggregated[^/]*/.*
311+
- files~=^examples/offline_inference/disaggregated[^/]*/.*
312+
- files~=^examples/others/lmcache/
313+
- files~=^tests/v1/kv_connector/
314+
- files~=^vllm/distributed/kv_transfer/
315+
- title~=(?i)\bP/?D\b
316+
- title~=(?i)NIXL
317+
- title~=(?i)LMCache
318+
actions:
319+
label:
320+
add:
321+
- kv-connector

0 commit comments

Comments
 (0)