Unverified Commit 098900d7 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

Revert "Update label-tpu mergify and remove removal bot" (#16350)

parent 98d01d3c
......@@ -90,9 +90,10 @@ pull_request_rules:
- name: label-tpu
description: Automatically apply tpu label
# Keep this list in sync with `label-tpu-remove` conditions
conditions:
- or:
- files~=tpu.
- files~=tpu.py
- files~=_tpu
- files~=tpu_
- files~=/tpu/
......@@ -102,6 +103,21 @@ pull_request_rules:
add:
- 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
conditions:
- conflict
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment