Skip to content

Commit 64d90c3

Browse files
authored
[Misc][gpt-oss] Add gpt-oss label to PRs that mention harmony or related to builtin tool call (vllm-project#24717)
Signed-off-by: Chen Zhang <[email protected]>
1 parent 59d5d2c commit 64d90c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/mergify.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,16 @@ pull_request_rules:
124124
- or:
125125
- files~=^examples/.*gpt[-_]?oss.*\.py
126126
- files~=^tests/.*gpt[-_]?oss.*\.py
127+
- files~=^tests/entrypoints/openai/test_response_api_with_harmony.py
128+
- files~=^tests/entrypoints/test_context.py
127129
- files~=^vllm/model_executor/models/.*gpt[-_]?oss.*\.py
128130
- files~=^vllm/model_executor/layers/.*gpt[-_]?oss.*\.py
131+
- files~=^vllm/entrypoints/harmony_utils.py
132+
- files~=^vllm/entrypoints/tool_server.py
133+
- files~=^vllm/entrypoints/tool.py
134+
- files~=^vllm/entrypoints/context.py
129135
- title~=(?i)gpt[-_]?oss
136+
- title~=(?i)harmony
130137
actions:
131138
label:
132139
add:

0 commit comments

Comments
 (0)