Skip to content

Commit

Permalink
ci(Mergify): configuration update (crypto-org-chain#260)
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang authored Dec 16, 2021
1 parent 8e4d676 commit bbf74c4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
queue_rules:
- name: default
conditions:
- "#approved-reviews-by>1"

pull_request_rules:
- name: automerge to the base branch with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- base=main
- label=automerge
actions:
queue:
name: default
merge:
method: squash
- name: backport patches to v0.6.x branch
conditions:
- base=main
- label=backport/0.6.x
actions:
backport:
branches:
- release/v0.6.x

0 comments on commit bbf74c4

Please sign in to comment.