From a08f5f2ea23930d49e91964ccf366396539ec4cf Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 6 Aug 2019 09:35:25 +0200 Subject: [PATCH] mergify: disable automatic merging on master automatic merging by mergify is failing for a while now. Until we can figure out what's wrong, let's disable it on master for now so we don't merge "failing" PRs although they passed all scenarios. Signed-off-by: Guillaume Abrioux --- .mergify.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 6d34d0ef0..0e06e7ba8 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,16 +1,4 @@ pull_request_rules: - - name: automatic merge - conditions: - - label!=DNM - - '#approved-reviews-by>=1' - - 'status-success=Testing: ceph-ansible PR Pipeline' - actions: - merge: - method: rebase - rebase_fallback: merge - strict: smart - dismiss_reviews: {} - delete_head_branch: {} - name: automatic merge on skip ci conditions: - label!=DNM -- 2.39.5