Skip to content

Commit fe01122

Browse files
russellbwuisawesome
authored andcommitted
[CI] Update structured-output label automation (vllm-project#17055)
Signed-off-by: Russell Bryant <[email protected]>
1 parent a853734 commit fe01122

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/mergify.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,19 @@ pull_request_rules:
5555
description: Automatically apply structured-output label
5656
conditions:
5757
- or:
58+
- files~=^benchmarks/structured_schemas/
59+
- files=benchmarks/benchmark_serving_structured_output.py
60+
- files=benchmarks/run_structured_output_benchmark.sh
61+
- files=docs/source/features/structured_outputs.md
62+
- files=examples/offline_inference/structured_outputs.py
63+
- files=examples/online_serving/openai_chat_completion_structured_outputs.py
64+
- files=examples/online_serving/openai_chat_completion_structured_outputs_with_reasoning.py
5865
- files~=^vllm/model_executor/guided_decoding/
5966
- files=tests/model_executor/test_guided_processors.py
6067
- files=tests/entrypoints/llm/test_guided_generate.py
61-
- files=benchmarks/benchmark_serving_guided.py
62-
- files=benchmarks/benchmark_guided.py
68+
- files~=^tests/v1/structured_output/
69+
- files=tests/v1/entrypoints/llm/test_guided_generate.py
70+
- files~=^vllm/v1/structured_output/
6371
actions:
6472
label:
6573
add:

0 commit comments

Comments
 (0)