From c305a2109d72cdd37d36595e45c5c0a9cb2ea6d4 Mon Sep 17 00:00:00 2001 From: 22quinn <33176974+22quinn@users.noreply.github.com> Date: Sun, 22 Jun 2025 01:46:21 -0700 Subject: [PATCH] [CI/Build] Auto tag perf benchmarks related PRs (#19943) Signed-off-by: 22quinn <33176974+22quinn@users.noreply.github.com> --- .github/mergify.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index ce8fb2ee2d534..9c61ae198db8b 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -65,6 +65,19 @@ pull_request_rules: add: - multi-modality +- name: label-performance + description: Automatically apply performance label + conditions: + - or: + - files~=^benchmarks/ + - files~=^vllm/benchmarks/ + - files~=^tests/benchmarks/ + - files~=^\.buildkite/nightly-benchmarks/ + actions: + label: + add: + - performance + - name: label-qwen description: Automatically apply qwen label conditions: