From ce78f9af4eb40892e07bd10996980e1e8712a237 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Wed, 26 Mar 2025 19:39:58 -0600 Subject: [PATCH] Add automatic tpu label to mergify.yml (#15560) --- .github/mergify.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 54f56210..48b2a76b 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -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