mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 23:06:10 +08:00
[CI] Update rules for applying tpu label. (#15634)
Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
parent
32d669275b
commit
112b3e5b3b
21
.github/mergify.yml
vendored
21
.github/mergify.yml
vendored
@ -90,15 +90,34 @@ pull_request_rules:
|
|||||||
|
|
||||||
- name: label-tpu
|
- name: label-tpu
|
||||||
description: Automatically apply tpu label
|
description: Automatically apply tpu label
|
||||||
|
# Keep this list in sync with `label-tpu-remove` conditions
|
||||||
conditions:
|
conditions:
|
||||||
- or:
|
- or:
|
||||||
- files~=tpu
|
- files~=tpu.py
|
||||||
|
- files~=_tpu
|
||||||
|
- files~=tpu_
|
||||||
|
- files~=/tpu/
|
||||||
- files~=pallas
|
- files~=pallas
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- tpu
|
- tpu
|
||||||
|
|
||||||
|
- name: label-tpu-remove
|
||||||
|
description: Automatically remove tpu label
|
||||||
|
# Keep this list in sync with `label-tpu` conditions
|
||||||
|
conditions:
|
||||||
|
- and:
|
||||||
|
- -files~=tpu.py
|
||||||
|
- -files~=_tpu
|
||||||
|
- -files~=tpu_
|
||||||
|
- -files~=/tpu/
|
||||||
|
- -files~=pallas
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
remove:
|
||||||
|
- tpu
|
||||||
|
|
||||||
- name: ping author on conflicts and add 'needs-rebase' label
|
- name: ping author on conflicts and add 'needs-rebase' label
|
||||||
conditions:
|
conditions:
|
||||||
- conflict
|
- conflict
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user