From 25899b012313e99985a371dceea06de46bded9fd Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 17 Aug 2020 12:41:23 +0200 Subject: [PATCH] ci: do not constantly rebase PRs It seems the 'rebase' action in Mergify causes each PR to be automatically rebased once there is a change in the target branch. This causes a very high load on the CI, which delays other PRs from getting their test results. Remove the 'rebase' action, as it does not work as intended. The expectation was that '@mergifyio rebase' uses the configuration. Signed-off-by: Niels de Vos --- .mergify.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 235af3028..28079a286 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,10 +1,5 @@ --- pull_request_rules: - - name: rebase on request - conditions: [] - actions: - rebase: - bot_account: ceph-csi-bot - name: remove outdated approvals conditions: - base=master