Skip to content

Commit

Permalink
Update mergify backport actions to new version numbers v1.13 and v1.14 (
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey authored Sep 13, 2022
1 parent ac1444d commit 6e2ab45
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ pull_request_rules:
label:
add:
- automerge
- name: v1.10 feature-gate backport
- name: v1.13 feature-gate backport
conditions:
- label=v1.10
- label=v1.13
- label=feature-gate
actions:
backport:
Expand All @@ -120,20 +120,20 @@ ubscribers')) }}"
labels:
- feature-gate
branches:
- v1.10
- name: v1.10 non-feature-gate backport
- v1.13
- name: v1.13 non-feature-gate backport
conditions:
- label=v1.10
- label=v1.13
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
ignore_conflicts: true
branches:
- v1.10
- name: v1.11 feature-gate backport
- v1.13
- name: v1.14 feature-gate backport
conditions:
- label=v1.11
- label=v1.14
- label=feature-gate
actions:
backport:
Expand All @@ -142,17 +142,17 @@ ubscribers')) }}"
labels:
- feature-gate
branches:
- v1.11
- name: v1.11 non-feature-gate backport
- v1.14
- name: v1.14 non-feature-gate backport
conditions:
- label=v1.11
- label=v1.14
- label!=feature-gate
actions:
backport:
assignees: *BackportAssignee
ignore_conflicts: true
branches:
- v1.11
- v1.14

commands_restrictions:
# The author of copied PRs is the Mergify user.
Expand Down

0 comments on commit 6e2ab45

Please sign in to comment.