mergify: use PR title and body for squash merge commit (#4669)

This commit is contained in:
Erik Grinaker
2020-04-14 10:30:55 +02:00
committed by GitHub
parent fcbce21534
commit ac6519dbf9

View File

@@ -1,5 +1,5 @@
pull_request_rules: pull_request_rules:
- name: automerge to master with label S:automerge and branch protection passing - name: Automerge to master
conditions: conditions:
- base=master - base=master
- label=S:automerge - label=S:automerge
@@ -7,3 +7,4 @@ pull_request_rules:
merge: merge:
method: squash method: squash
strict: true strict: true
commit_message: title+body