From c6c0eaf3ed3cebaf63a572635432a792b0ba2f13 Mon Sep 17 00:00:00 2001 From: Chen Zhang Date: Thu, 11 Sep 2025 20:44:58 -0700 Subject: [PATCH 1/5] add label Signed-off-by: Chen Zhang --- .github/mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index befad23da866..065ef6773e9f 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -127,6 +127,7 @@ pull_request_rules: - files~=^vllm/model_executor/models/.*gpt[-_]?oss.*\.py - files~=^vllm/model_executor/layers/.*gpt[-_]?oss.*\.py - title~=(?i)gpt[-_]?oss + - title~=(?i)harmony actions: label: add: From 14844f1234e3c6bd2dedde13f9b43923e7119fa6 Mon Sep 17 00:00:00 2001 From: Chen Zhang Date: Thu, 11 Sep 2025 20:54:09 -0700 Subject: [PATCH 2/5] add file related to builtin tool call Signed-off-by: Chen Zhang --- .github/mergify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 065ef6773e9f..19479d8bd154 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -126,6 +126,9 @@ pull_request_rules: - files~=^tests/.*gpt[-_]?oss.*\.py - files~=^vllm/model_executor/models/.*gpt[-_]?oss.*\.py - files~=^vllm/model_executor/layers/.*gpt[-_]?oss.*\.py + - files~=^vllm/entrypoints/harmony_utils.py + - files~=^vllm/entrypoints/tool_server.py + - files~=^vllm/entrypoints/tool.py - title~=(?i)gpt[-_]?oss - title~=(?i)harmony actions: From 7dd6de597a4273e7eb18aa540888fb16a45a3598 Mon Sep 17 00:00:00 2001 From: Chen Zhang Date: Thu, 11 Sep 2025 20:56:46 -0700 Subject: [PATCH 3/5] add context.py Signed-off-by: Chen Zhang --- .github/mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 19479d8bd154..661108c8240b 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -129,6 +129,7 @@ pull_request_rules: - files~=^vllm/entrypoints/harmony_utils.py - files~=^vllm/entrypoints/tool_server.py - files~=^vllm/entrypoints/tool.py + - files~=^vllm/entrypoints/context.py - title~=(?i)gpt[-_]?oss - title~=(?i)harmony actions: From e84b92c7b3f1370e584b6f5de0f773e4562dcd81 Mon Sep 17 00:00:00 2001 From: Chen Zhang Date: Thu, 11 Sep 2025 21:28:17 -0700 Subject: [PATCH 4/5] add test.py Signed-off-by: Chen Zhang --- .github/mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 661108c8240b..a2d6d57444bc 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -124,6 +124,7 @@ pull_request_rules: - or: - files~=^examples/.*gpt[-_]?oss.*\.py - files~=^tests/.*gpt[-_]?oss.*\.py + - files~=^tests/entrypoints/openai/test_response_api_with_harmony.py - files~=^vllm/model_executor/models/.*gpt[-_]?oss.*\.py - files~=^vllm/model_executor/layers/.*gpt[-_]?oss.*\.py - files~=^vllm/entrypoints/harmony_utils.py From 68748ecb65069661b766aba1f3fcc01d8fa0fc01 Mon Sep 17 00:00:00 2001 From: Chen Zhang Date: Thu, 11 Sep 2025 23:14:24 -0700 Subject: [PATCH 5/5] add context test Signed-off-by: Chen Zhang --- .github/mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index a2d6d57444bc..f2dd2e06214a 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -125,6 +125,7 @@ pull_request_rules: - files~=^examples/.*gpt[-_]?oss.*\.py - files~=^tests/.*gpt[-_]?oss.*\.py - files~=^tests/entrypoints/openai/test_response_api_with_harmony.py + - files~=^tests/entrypoints/test_context.py - files~=^vllm/model_executor/models/.*gpt[-_]?oss.*\.py - files~=^vllm/model_executor/layers/.*gpt[-_]?oss.*\.py - files~=^vllm/entrypoints/harmony_utils.py