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 <rar@redhat.com>
This commit is contained in:
Rakshith R 2021-04-15 11:27:32 +05:30 committed by Madhu Rajanna
parent 150de619ee
commit 5cf3b4ab80

View File

@ -1,16 +1,19 @@
--- ---
defaults: defaults:
actions: actions:
# mergify.io has removed bot_account from its free open source plan.
comment: comment:
bot_account: ceph-csi-bot # bot_account: ceph-csi-bot # mergify[bot] will be commenting.
merge: 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 method: rebase
rebase_fallback: merge rebase_fallback: merge
strict: smart strict: smart
strict_method: rebase strict_method: rebase
rebase: rebase:
bot_account: ceph-csi-bot # bot_account: ceph-csi-bot # same as update_bot_account.
pull_request_rules: pull_request_rules:
- name: remove outdated approvals - name: remove outdated approvals