From 2fdcefbe9a949d7f4a4ca9466e1ac79b0fc7f062 Mon Sep 17 00:00:00 2001 From: DarkLight1337 Date: Fri, 7 Mar 2025 03:54:41 +0000 Subject: [PATCH 1/2] [GH] Auto-apply multi-modality label to relevant PRs Signed-off-by: DarkLight1337 --- .github/mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index e41107ae0a01..f46fbd48fcb4 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -36,6 +36,19 @@ pull_request_rules: add: - frontend +- name: label-multi-modality + description: Automatically apply multi-modality label + conditions: + - or: + - files~=^vllm/multimodal/ + - files~=^tests/multimodal/ + - files~=^tests/models/*multimodal/ + - files=tests/models/test_vision.py + actions: + label: + add: + - multi-modality + - name: label-structured-output description: Automatically apply structured-output label conditions: From e8f4b213580d747832d10cdf44f90b841122174e Mon Sep 17 00:00:00 2001 From: DarkLight1337 Date: Fri, 7 Mar 2025 06:21:57 +0000 Subject: [PATCH 2/2] Add more tests to tag Signed-off-by: DarkLight1337 --- .github/mergify.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index f46fbd48fcb4..54f56210b286 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -42,7 +42,9 @@ pull_request_rules: - or: - files~=^vllm/multimodal/ - files~=^tests/multimodal/ - - files~=^tests/models/*multimodal/ + - files~=^tests/models/multimodal/ + - files~=^tests/models/*/audio_language/ + - files~=^tests/models/*/vision_language/ - files=tests/models/test_vision.py actions: label: