diff --git a/.github/mergify.yml b/.github/mergify.yml index 8e9cb790b..1c6837277 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -333,9 +333,10 @@ pull_request_rules: - label != stale - or: - files~=^tests/tool_use/ - - files~=^tests/entrypoints/openai/tool_parsers/ - - files=tests/entrypoints/openai/chat_completion/test_chat_with_tool_reasoning.py - - files~=^vllm/entrypoints/openai/tool_parsers/ + - files~=^tests/tool_parsers/ + - files~=^tests/entrypoints/openai/.*tool.* + - files~=^tests/entrypoints/anthropic/.*tool.* + - files~=^vllm/tool_parsers/ - files=docs/features/tool_calling.md - files~=^examples/tool_chat_* - files=examples/offline_inference/chat_with_tools.py