From 31634ede3d96b82cff034720bffc469c4de7d3e0 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Thu, 15 Apr 2021 11:27:32 +0530 Subject: [PATCH] cleanup: update mergify.yml to use merge_bot_account option New version of mergifyio requires the use `merge_bot_account` instead of `bot_accout` configuration option. Signed-off-by: Rakshith R --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 4da9a72cc..a0db0b491 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -4,7 +4,7 @@ defaults: comment: bot_account: ceph-csi-bot merge: - bot_account: ceph-csi-bot + merge_bot_account: ceph-csi-bot method: rebase rebase_fallback: merge strict: smart