From ef97633e6eda7368e62ae87165ce78583f3ec437 Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Mon, 13 Mar 2023 17:44:55 +0100 Subject: [PATCH] ci(mergify): disable auto-rebasing due to Mergifyio/mergify#5074 --- .mergify.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index c59b7833..9e768cae 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,17 +1,4 @@ pull_request_rules: - - name: Auto-rebase if appropriately labeled or if the author is an authorized bot - conditions: - - or: - - label=auto-update-rebase - - and: - - label=dependencies - - or: &authors_are_bots - - author=renovate[bot] - - author=dependabot[bot] - - -draft - - -conflict - actions: - rebase: - name: Auto-update with merge if appropriately labeled conditions: - label=auto-update-merge