Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merfigy: Adds backport rules (#9115)
  • Loading branch information
octonato committed Mar 26, 2019
1 parent 7073a41 commit 2c581b5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .mergify.yml
Expand Up @@ -12,6 +12,30 @@ pull_request_rules:
method: squash
strict: smart

- name: backport patches to 2.7.x branch
conditions:
- label=status:needs-backport
actions:
backport:
branches:
- 2.7.x

- name: backport patches to 2.6.x branch
conditions:
- label=status:needs-backport-2.6
actions:
backport:
branches:
- 2.6.x

- name: forward patches to master branch
conditions:
- label=status:needs-forwardport
actions:
backport:
branches:
- master

- name: Delete the PR branch after merge
conditions:
- merged
Expand Down

0 comments on commit 2c581b5

Please sign in to comment.