Add automatic tpu label to mergify.yml (#15560)
This commit is contained in:
parent
9239bf718e
commit
ce78f9af4e
11
.github/mergify.yml
vendored
11
.github/mergify.yml
vendored
@ -88,6 +88,17 @@ pull_request_rules:
|
|||||||
add:
|
add:
|
||||||
- v1
|
- 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
|
- name: ping author on conflicts and add 'needs-rebase' label
|
||||||
conditions:
|
conditions:
|
||||||
- conflict
|
- conflict
|
||||||
|
Loading…
x
Reference in New Issue
Block a user