Skip to content

Commit

Permalink
Update .mergify.yml (#683)
Browse files Browse the repository at this point in the history
Co-authored-by: Taariq Lewis <[email protected]>
  • Loading branch information
alexanderbez and taariq authored Jan 30, 2023
1 parent 5f15f75 commit bc980d7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ pull_request_rules:
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: Backport patches to v0.11.x branch
- name: Backport patches to v1.x.x branch
conditions:
- base=master
- label=backport/0.11.x
- label=backport/1.x.x
actions:
backport:
branches:
- release/v0.11.x
- release/v1.x.x



0 comments on commit bc980d7

Please sign in to comment.