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 <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-08-17 12:41:23 +02:00 committed by Madhu Rajanna
parent b881ef1eee
commit 25899b0123

View File

@ -1,10 +1,5 @@
--- ---
pull_request_rules: pull_request_rules:
- name: rebase on request
conditions: []
actions:
rebase:
bot_account: ceph-csi-bot
- name: remove outdated approvals - name: remove outdated approvals
conditions: conditions:
- base=master - base=master