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

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

parent 9239bf71
...@@ -88,6 +88,17 @@ pull_request_rules: ...@@ -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
......
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