From 2d351d0277203adf8cee6737f1e2c1c2c6bb2a7a Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Mon, 13 Mar 2023 15:22:57 +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 44df359..c477e1e 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