From 1ea4a1b790b3c1a57b8ff91c9588e39cdf77d4e7 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Mon, 8 Aug 2022 11:43:30 +0530 Subject: [PATCH] ci: fix invalid mergifyio configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 4ccc2eb79..4f060387b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -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.