Skip to content

Commit

Permalink
updated Mergify config
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Montagnin <[email protected]>
  • Loading branch information
RiccardoM committed Jan 10, 2022
1 parent c358bc1 commit 64c6821
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
queue_rules:
- name: default
conditions:
- base=master

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

0 comments on commit 64c6821

Please sign in to comment.