Skip to content

Commit c305a21

Browse files
authored
[CI/Build] Auto tag perf benchmarks related PRs (#19943)
Signed-off-by: 22quinn <[email protected]>
1 parent 202c5df commit c305a21

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/mergify.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,19 @@ pull_request_rules:
6565
add:
6666
- multi-modality
6767

68+
- name: label-performance
69+
description: Automatically apply performance label
70+
conditions:
71+
- or:
72+
- files~=^benchmarks/
73+
- files~=^vllm/benchmarks/
74+
- files~=^tests/benchmarks/
75+
- files~=^\.buildkite/nightly-benchmarks/
76+
actions:
77+
label:
78+
add:
79+
- performance
80+
6881
- name: label-qwen
6982
description: Automatically apply qwen label
7083
conditions:

0 commit comments

Comments
 (0)