From 5cf3b4ab806726af86799d7abc7bc3267ecbaa7e 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 remove bot_account option Mergify.io has removed bot_account from its free open source plan. This commit removes bot_account option from comment, merge and rebase actions default and documenting the implications going forward. Signed-off-by: Rakshith R --- .mergify.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index d2303dc70..a31b68375 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,16 +1,19 @@ --- defaults: actions: + # mergify.io has removed bot_account from its free open source plan. comment: - bot_account: ceph-csi-bot + # bot_account: ceph-csi-bot # mergify[bot] will be commenting. merge: - bot_account: ceph-csi-bot + # merge_bot_account: ceph-csi-bot #mergify[bot] will be merging prs. + # update_bot_account: ceph-csi-bot #mergify will randomly pick and use + # credentials of users with write access to repo to rebase prs. method: rebase rebase_fallback: merge strict: smart strict_method: rebase rebase: - bot_account: ceph-csi-bot + # bot_account: ceph-csi-bot # same as update_bot_account. pull_request_rules: - name: remove outdated approvals