Skip to content

Commit

Permalink
Add 4.3 backport label for Mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Feb 23, 2023
1 parent 8cc7e81 commit 993e2ac
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,13 @@ pull_request_rules:
title: "[4.2.x] {{ title }} (backport #{{ number }})"
branches:
- stable/4.2.x
assignees:
- "{{ author }}"

- name: backport patches to stable/4.3.x
conditions:
- base=main
- label=backport-to-4.3
actions:
backport:
title: "[4.3.x] {{ title }} (backport #{{ number }})"
branches:
- stable/4.3.x

0 comments on commit 993e2ac

Please sign in to comment.