Skip to content

Commit

Permalink
Merge pull request #42 from informalsystems/ph/mergify
Browse files Browse the repository at this point in the history
Add mergify configuration
  • Loading branch information
p-offtermatt authored Aug 21, 2023
2 parents 7d2bee3 + 72f9b23 commit 67e4060
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
defaults:
actions:
backport:
assignees:
- "{{ author }}"

queue_rules:
- name: default
conditions:
- "#approved-reviews-by>1"

pull_request_rules:
- name: Backport patches to the v0.37.x branch
conditions:
- base=main
- label=A:backport/v0.37.x
actions:
backport:
branches:
- release/v0.37.x
- name: Backport patches to the v0.34.x branch
conditions:
- base=main
- label=A:backport/v0.34.x
actions:
backport:
branches:
- release/v0.34.x

0 comments on commit 67e4060

Please sign in to comment.