mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-19 16:17:02 +08:00
[CI] Assign reviewer to mergify with changes to Tensorizer files (#18278)
This commit is contained in:
parent
0ceaebf87b
commit
aef94c6d07
11
.github/mergify.yml
vendored
11
.github/mergify.yml
vendored
@ -163,6 +163,17 @@ pull_request_rules:
|
|||||||
|
|
||||||
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork
|
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork
|
||||||
|
|
||||||
|
- name: assign reviewer for tensorizer changes
|
||||||
|
conditions:
|
||||||
|
- files~=^vllm/model_executor/model_loader/tensorizer.py
|
||||||
|
- files~=^vllm/model_executor/model_loader/tensorizer_loader.py
|
||||||
|
- files~=^tests/entrypoints/openai/test_tensorizer_entrypoint.py
|
||||||
|
- files~=^tests/tensorizer_loader/
|
||||||
|
actions:
|
||||||
|
assign:
|
||||||
|
users:
|
||||||
|
- "sangstar"
|
||||||
|
|
||||||
- name: remove 'needs-rebase' label when conflict is resolved
|
- name: remove 'needs-rebase' label when conflict is resolved
|
||||||
conditions:
|
conditions:
|
||||||
- -conflict
|
- -conflict
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user