Add automatic tpu label to mergify.yml (#15560)

This commit is contained in:
Michael Goin 2025-03-26 19:39:58 -06:00 committed by GitHub
parent 9239bf718e
commit ce78f9af4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
.github/mergify.yml vendored
View File

@ -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