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:
Rakshith R 2022-08-08 11:43:30 +05:30 committed by Madhu Rajanna
parent c9773db3f3
commit 1ea4a1b790

View File

@ -2,7 +2,7 @@
defaults:
actions:
# mergify.io has removed bot_account from its free open source plan.
comment:
# comment:
# bot_account: ceph-csi-bot # mergify[bot] will be commenting.
queue:
# merge_bot_account: ceph-csi-bot #mergify[bot] will be merging prs.