[CI/Build] Auto tag perf benchmarks related PRs (#19943)

Signed-off-by: 22quinn <33176974+22quinn@users.noreply.github.com>
This commit is contained in:
22quinn 2025-06-22 01:46:21 -07:00 committed by GitHub
parent 202c5df935
commit c305a2109d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
.github/mergify.yml vendored
View File

@ -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: