diff --git a/.github/mergify.yml b/.github/mergify.yml index ce8fb2ee2d5..9c61ae198db 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: