mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
ci: fix invalid mergifyio configuration
Comment out `comment: ` settings, since it does not have any options set, otherwise throws the following error. ``` The current Mergify configuration is invalid required key not provided @ defaults → actions → comment → message ``` Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
c9773db3f3
commit
1ea4a1b790
@ -2,7 +2,7 @@
|
|||||||
defaults:
|
defaults:
|
||||||
actions:
|
actions:
|
||||||
# mergify.io has removed bot_account from its free open source plan.
|
# mergify.io has removed bot_account from its free open source plan.
|
||||||
comment:
|
# comment:
|
||||||
# bot_account: ceph-csi-bot # mergify[bot] will be commenting.
|
# bot_account: ceph-csi-bot # mergify[bot] will be commenting.
|
||||||
queue:
|
queue:
|
||||||
# merge_bot_account: ceph-csi-bot #mergify[bot] will be merging prs.
|
# merge_bot_account: ceph-csi-bot #mergify[bot] will be merging prs.
|
||||||
|
Loading…
Reference in New Issue
Block a user