Add v1.10 backport label, remove v1.8 backport label

This commit is contained in:
Michael Vines 2022-03-21 09:50:55 -07:00
parent 739e43ba58
commit 99f1a43262
1 changed files with 8 additions and 8 deletions

View File

@ -97,14 +97,6 @@ pull_request_rules:
label: label:
add: add:
- automerge - automerge
- name: v1.8 backport
conditions:
- label=v1.8
actions:
backport:
ignore_conflicts: true
branches:
- v1.8
- name: v1.9 backport - name: v1.9 backport
conditions: conditions:
- label=v1.9 - label=v1.9
@ -113,6 +105,14 @@ pull_request_rules:
ignore_conflicts: true ignore_conflicts: true
branches: branches:
- v1.9 - v1.9
- name: v1.10 backport
conditions:
- label=v1.10
actions:
backport:
ignore_conflicts: true
branches:
- v1.10
commands_restrictions: commands_restrictions:
# The author of copied PRs is the Mergify user. # The author of copied PRs is the Mergify user.