Compare commits
1 Commits
split_kv_c
...
mergify/ho
| Author | SHA1 | Date | |
|---|---|---|---|
| ca15f0afe6 |
55
.github/mergify.yml
vendored
55
.github/mergify.yml
vendored
@ -1,5 +1,18 @@
|
|||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: label-documentation
|
- name: label-llama
|
||||||
|
description: Automatically apply llama label
|
||||||
|
conditions:
|
||||||
|
- or:
|
||||||
|
- files~=^examples/.*llama.*\.py
|
||||||
|
- files~=^tests/.*llama.*\.py
|
||||||
|
- files~=^vllm/entrypoints/openai/tool_parsers/llama.*\.py
|
||||||
|
- files~=^vllm/model_executor/models/.*llama.*\.py
|
||||||
|
- files~=^vllm/transformers_utils/configs/.*llama.*\.py
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
add:
|
||||||
|
- llama
|
||||||
|
- name: label-documentation
|
||||||
description: Automatically apply documentation label
|
description: Automatically apply documentation label
|
||||||
conditions:
|
conditions:
|
||||||
- or:
|
- or:
|
||||||
@ -10,8 +23,7 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- documentation
|
- documentation
|
||||||
|
- name: label-ci-build
|
||||||
- name: label-ci-build
|
|
||||||
description: Automatically apply ci/build label
|
description: Automatically apply ci/build label
|
||||||
conditions:
|
conditions:
|
||||||
- or:
|
- or:
|
||||||
@ -26,8 +38,7 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- ci/build
|
- ci/build
|
||||||
|
- name: label-frontend
|
||||||
- name: label-frontend
|
|
||||||
description: Automatically apply frontend label
|
description: Automatically apply frontend label
|
||||||
conditions:
|
conditions:
|
||||||
- files~=^vllm/entrypoints/
|
- files~=^vllm/entrypoints/
|
||||||
@ -35,8 +46,7 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- frontend
|
- frontend
|
||||||
|
- name: label-multi-modality
|
||||||
- name: label-multi-modality
|
|
||||||
description: Automatically apply multi-modality label
|
description: Automatically apply multi-modality label
|
||||||
conditions:
|
conditions:
|
||||||
- or:
|
- or:
|
||||||
@ -50,8 +60,7 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- multi-modality
|
- multi-modality
|
||||||
|
- name: label-structured-output
|
||||||
- name: label-structured-output
|
|
||||||
description: Automatically apply structured-output label
|
description: Automatically apply structured-output label
|
||||||
conditions:
|
conditions:
|
||||||
- or:
|
- or:
|
||||||
@ -72,8 +81,7 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- structured-output
|
- structured-output
|
||||||
|
- name: label-speculative-decoding
|
||||||
- name: label-speculative-decoding
|
|
||||||
description: Automatically apply speculative-decoding label
|
description: Automatically apply speculative-decoding label
|
||||||
conditions:
|
conditions:
|
||||||
- or:
|
- or:
|
||||||
@ -84,8 +92,7 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- speculative-decoding
|
- speculative-decoding
|
||||||
|
- name: label-v1
|
||||||
- name: label-v1
|
|
||||||
description: Automatically apply v1 label
|
description: Automatically apply v1 label
|
||||||
conditions:
|
conditions:
|
||||||
- or:
|
- or:
|
||||||
@ -95,10 +102,8 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- v1
|
- v1
|
||||||
|
- name: label-tpu
|
||||||
- name: label-tpu
|
|
||||||
description: Automatically apply tpu label
|
description: Automatically apply tpu label
|
||||||
# Keep this list in sync with `label-tpu-remove` conditions
|
|
||||||
conditions:
|
conditions:
|
||||||
- or:
|
- or:
|
||||||
- files~=tpu.py
|
- files~=tpu.py
|
||||||
@ -110,10 +115,8 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- tpu
|
- tpu
|
||||||
|
- name: label-tpu-remove
|
||||||
- name: label-tpu-remove
|
|
||||||
description: Automatically remove tpu label
|
description: Automatically remove tpu label
|
||||||
# Keep this list in sync with `label-tpu` conditions
|
|
||||||
conditions:
|
conditions:
|
||||||
- and:
|
- and:
|
||||||
- -files~=tpu.py
|
- -files~=tpu.py
|
||||||
@ -125,8 +128,7 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
remove:
|
remove:
|
||||||
- tpu
|
- tpu
|
||||||
|
- name: label-tool-calling
|
||||||
- name: label-tool-calling
|
|
||||||
description: Automatically add tool-calling label
|
description: Automatically add tool-calling label
|
||||||
conditions:
|
conditions:
|
||||||
- or:
|
- or:
|
||||||
@ -145,8 +147,7 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- tool-calling
|
- tool-calling
|
||||||
|
- name: ping author on conflicts and add 'needs-rebase' label
|
||||||
- name: ping author on conflicts and add 'needs-rebase' label
|
|
||||||
conditions:
|
conditions:
|
||||||
- conflict
|
- conflict
|
||||||
- -closed
|
- -closed
|
||||||
@ -160,8 +161,7 @@ pull_request_rules:
|
|||||||
merged. Please rebase the PR, @{{author}}.
|
merged. Please rebase the PR, @{{author}}.
|
||||||
|
|
||||||
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
|
||||||
- name: assign reviewer for tensorizer changes
|
|
||||||
conditions:
|
conditions:
|
||||||
- files~=^vllm/model_executor/model_loader/tensorizer.py
|
- files~=^vllm/model_executor/model_loader/tensorizer.py
|
||||||
- files~=^vllm/model_executor/model_loader/tensorizer_loader.py
|
- files~=^vllm/model_executor/model_loader/tensorizer_loader.py
|
||||||
@ -170,9 +170,8 @@ pull_request_rules:
|
|||||||
actions:
|
actions:
|
||||||
assign:
|
assign:
|
||||||
users:
|
users:
|
||||||
- "sangstar"
|
- sangstar
|
||||||
|
- name: remove 'needs-rebase' label when conflict is resolved
|
||||||
- name: remove 'needs-rebase' label when conflict is resolved
|
|
||||||
conditions:
|
conditions:
|
||||||
- -conflict
|
- -conflict
|
||||||
- -closed
|
- -closed
|
||||||
|
|||||||
Reference in New Issue
Block a user