"vscode:/vscode.git/clone" did not exist on "fb455ed547a63e97e15deccfc493f8eef7a2da5c"
Unverified Commit aef94c6d authored by Sanger Steel's avatar Sanger Steel Committed by GitHub
Browse files

[CI] Assign reviewer to mergify with changes to Tensorizer files (#18278)

parent 0ceaebf8
...@@ -163,6 +163,17 @@ pull_request_rules: ...@@ -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
......
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