mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 11:50:18 +00:00
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:
parent
b881ef1eee
commit
25899b0123
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user