From 3dd6fb40f1ba916c159802be900dfb64a630a8ec Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Tue, 14 Feb 2023 15:12:52 +0530 Subject: [PATCH] ci: remove deprecated `rebase_fallback` from .mergify.yml This commit removes the deprecated `rebase_fallback` option from .mergify.yml . refer: https://docs.mergify.com/actions/merge/#options Signed-off-by: Rakshith R --- .mergify.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 19fe7625d..edb5e9ea3 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -7,7 +7,6 @@ defaults: # credentials of users with write access to repo to rebase prs. name: default method: rebase - rebase_fallback: merge update_method: rebase # For rebasing Mergify uses the author of the PR. Ideally we use the # ceph-csi-bot for that, but this is a feature that needs a paid