From 04935016100d06762610e9333214b0e82b95c5a2 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 26 Apr 2022 12:30:04 +0200 Subject: [PATCH] Remove broken "strict" key from mergify config Signed-off-by: Patrick Uiterwijk --- .mergify.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 0614b25..cf7722e 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -11,7 +11,6 @@ pull_request_rules: merge: method: rebase rebase_fallback: null - strict: true - name: Automatic merge on test pass by maintainer conditions: - author=@fedora-iot/zezere @@ -24,4 +23,3 @@ pull_request_rules: merge: method: rebase rebase_fallback: null - strict: true