mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
62ec2171e7
commit
567b7df197
@ -9,9 +9,13 @@ defaults:
|
|||||||
method: rebase
|
method: rebase
|
||||||
rebase_fallback: merge
|
rebase_fallback: merge
|
||||||
update_method: rebase
|
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.
|
# 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:
|
queue_rules:
|
||||||
- name: default
|
- name: default
|
||||||
|
Loading…
Reference in New Issue
Block a user