From 3ecffbb62997095a1d1929cfe3b6118485d6c714 Mon Sep 17 00:00:00 2001 From: Amaury <1293565+amaurym@users.noreply.github.com> Date: Wed, 8 Dec 2021 11:35:28 +0100 Subject: [PATCH] chore: Remove deprecated strict mode from mergify (#10694) * chore: Remove deprecated strict mode from mergify * Update .mergify.yml Co-authored-by: Marko * Add backport 0.45 Co-authored-by: Marko --- .mergify.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index a86be32b06..81bdae0b06 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,10 +12,18 @@ pull_request_rules: actions: queue: name: default - merge: method: squash - strict: true - commit_message: title+body + commit_message_template: | + {{ title }} (#{{ number }}) + {{ body }} + - name: backport patches to v0.45.x branch + conditions: + - base=master + - label=backport/0.45.x + actions: + backport: + branches: + - release/v0.45.x - name: backport patches to v0.44.x branch conditions: - base=master