From def50af43990700c50ff0124c9602776676509e1 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 25 Jul 2018 00:38:13 +0200 Subject: [PATCH] Mergify: do not use strict mode (#2319) It has the drawback of having intermediate merge commits for when Mergify merges master before because of this, and then does not squash-merge or rebases it when merging. --- .mergify.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index c7a4c78a..806ba933 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -2,7 +2,6 @@ rules: default: protection: required_status_checks: - strict: True contexts: - continuous-integration/travis-ci - Codacy/PR Quality Review