Skip to content

Commit

Permalink
ci: update mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Oct 12, 2021
1 parent 6a1ac92 commit 8a95264
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
queue_rules:
- name: Agoric
conditions:
- base=Agoric

pull_request_rules:
- name: automerge to main with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>0"
- base=main
- base=Agoric
- label=automerge
actions:
merge:
queue:
name: Agoric
method: squash
strict: true
- name: backport patches to v4.2.x branch
conditions:
- base=main
- label=backport/4.2.x
actions:
backport:
branches:
- release/v4.2.x

0 comments on commit 8a95264

Please sign in to comment.