mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 23:03:52 +08:00
Add automatic tpu label to mergify.yml (#15560)
This commit is contained in:
11
.github/mergify.yml
vendored
11
.github/mergify.yml
vendored
@ -88,6 +88,17 @@ pull_request_rules:
|
||||
add:
|
||||
- v1
|
||||
|
||||
- name: label-tpu
|
||||
description: Automatically apply tpu label
|
||||
conditions:
|
||||
- or:
|
||||
- files~=tpu
|
||||
- files~=pallas
|
||||
actions:
|
||||
label:
|
||||
add:
|
||||
- tpu
|
||||
|
||||
- name: ping author on conflicts and add 'needs-rebase' label
|
||||
conditions:
|
||||
- conflict
|
||||
|
Reference in New Issue
Block a user