Skip to content

Commit

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

- name: Backport patches to the release/v1.x.x branch
conditions:
Expand Down

0 comments on commit fd89dff

Please sign in to comment.