ci: bot_account is not available for our Mergify usage

`bot_account` is a feature that is part of the paid subscription. The
Ceph organization does not have that.

Mergify will use the author of the PR for rebasing by default. This
isn't very nice, but we can't change it at the moment.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2023-02-01 13:58:25 +01:00 committed by Madhu Rajanna
parent 62ec2171e7
commit 567b7df197

View File

@ -9,9 +9,13 @@ defaults:
method: rebase
rebase_fallback: merge
update_method: rebase
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
# subscription.
#
# rebase:
# Use ceph-csi-bot for rebasing, not the account of the PR owner.
bot_account: ceph-csi-bot
# bot_account: ceph-csi-bot
queue_rules:
- name: default