File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,19 @@ pull_request_rules:
55
55
description : Automatically apply structured-output label
56
56
conditions :
57
57
- 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
58
65
- files~=^vllm/model_executor/guided_decoding/
59
66
- files=tests/model_executor/test_guided_processors.py
60
67
- 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/
63
71
actions :
64
72
label :
65
73
add :
You can’t perform that action at this time.
0 commit comments