Skip to content

Commit

Permalink
Update .mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Jan 28, 2022
1 parent a754bd0 commit f147c88
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,11 @@ pull_request_rules:
{{ title }} (#{{ number }})
{{ body }}
- name: Backport patches to the release/v0.5.x branch
- name: Backport patches to the release/v0.7.x branch
conditions:
- base=main
- label=S:backport/v0.5.x
- label=S:backport/v0.7.x
actions:
backport:
branches:
- release/v0.5.x

- name: Backport patches to the release/v0.6.x branch
conditions:
- base=main
- label=S:backport/v0.6.x
actions:
backport:
branches:
- release/v0.6.x
- release/v0.7.x

0 comments on commit f147c88

Please sign in to comment.