Skip to content

Commit

Permalink
chore: update mergify for v0.44 backports (#10146)
Browse files Browse the repository at this point in the history
* chore: update mergify for v0.44 backports

* remove 0.43

* remove v0.39

Co-authored-by: Amaury <[email protected]>
  • Loading branch information
robert-zaremba and amaury1093 authored Sep 15, 2021
1 parent ae9834e commit e700838
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ pull_request_rules:
method: squash
strict: true
commit_message: title+body
- name: backport patches to v0.43.x branch
- name: backport patches to v0.44.x branch
conditions:
- base=master
- label=backport/0.43.x
- label=backport/0.44.x
actions:
backport:
branches:
- release/v0.43.x
- release/v0.44.x
- name: backport patches to v0.42.x branch
conditions:
- base=master
Expand All @@ -25,11 +25,3 @@ pull_request_rules:
backport:
branches:
- release/v0.42.x
- name: backport patches to v0.39.x branch
conditions:
- base=master
- label=backport/0.39.x (Launchpad)
actions:
backport:
branches:
- launchpad/backports

0 comments on commit e700838

Please sign in to comment.