Skip to content

Commit

Permalink
Merge pull request #848 from public-awesome/mergify/bp/release/v11.x/…
Browse files Browse the repository at this point in the history
…pr-846

addd v11 and v12 backports (backport #846)
  • Loading branch information
jhernandezb authored Aug 10, 2023
2 parents c17c84a + 4aff058 commit 29c3590
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ pull_request_rules:
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport to v12
conditions:
- base=main
- label=backport/v12.x
actions:
backport:
branches:
- release/v12.x
- name: backport to v11
conditions:
- base=main
- label=backport/v11.x
actions:
backport:
branches:
- release/v11.x
- name: backport to v10
conditions:
- base=main
Expand Down

0 comments on commit 29c3590

Please sign in to comment.