Skip to content

Commit

Permalink
Merge pull request #306 from paritytech/nik-fix-mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod authored Aug 23, 2022
2 parents 14203d5 + f69c461 commit d79b734
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
queue_rules:
- name: default
conditions:
- check-success=all
- label=automerge
- base=main
- "#changes-requested-reviews-by=0"
- "#approved-reviews-by>=1"

pull_request_rules:
- name: automatic merge when CI passes on main
conditions:
- check-success=all
- label=automerge
- base=main
- "#changes-requested-reviews-by=0"
- "#approved-reviews-by>=1"
actions:
queue:
name: default
method: squash

0 comments on commit d79b734

Please sign in to comment.