Skip to content

Commit

Permalink
Revert "Update PR title check"
Browse files Browse the repository at this point in the history
This reverts commit 9740889.
  • Loading branch information
ankurdotb committed Jul 28, 2022
1 parent 6d4be9b commit 51495b0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
queue_rules:
- name: default
conditions:
- or:
- base~=cosmos/
- base~=chains/

pull_request_rules:
- name: automerge with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- label=automerge
actions:
queue:
name: default
method: squash
commit_message_template: >
{{ title }} (#{{ number }})
{{ body }}

0 comments on commit 51495b0

Please sign in to comment.