From e2ecfa735dfc2fc0a7272b781408abb0f93719d7 Mon Sep 17 00:00:00 2001 From: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> Date: Fri, 11 Jun 2021 11:56:00 -0700 Subject: [PATCH] ci: use title+body for commit message (#9496) Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com> Co-authored-by: Cory --- .mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mergify.yml b/.mergify.yml index a7e38c042..28ec751ea 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -8,6 +8,7 @@ pull_request_rules: merge: method: squash strict: true + commit_message: title+body - name: backport patches to v0.42.x branch conditions: - base=master