mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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:
parent
150de619ee
commit
5cf3b4ab80
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user