Skip to content

Commit

Permalink
chore: add v0.7.x, v0.8.x, and v0.9.x to mergify (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes authored Aug 2, 2022
1 parent 4826675 commit f4a6296
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
pull_request_rules:
- name: backport patches to v0.5.x branch
- name: backport patches to v0.6.x branch
conditions:
- base=main
- label=S:backport-to-v0.5.x
- label=S:backport-to-v0.6.x
actions:
backport:
branches:
- v0.5.x
- name: backport patches to v0.6.x branch
- v0.6.x
- name: backport patches to v0.7.x branch
conditions:
- base=main
- label=S:backport-to-v0.6.x
- label=S:backport-to-v0.7.x
actions:
backport:
branches:
- v0.6.x
- v0.7.x
- name: backport patches to v0.8.x branch
conditions:
- base=main
- label=S:backport-to-v0.8.x
actions:
backport:
branches:
- v0.8.x
- name: backport patches to v0.9.x branch
conditions:
- base=main
- label=S:backport-to-v0.9.x
actions:
backport:
branches:
- v0.9.x

0 comments on commit f4a6296

Please sign in to comment.