From 97ee1d7588c8f5e3467a437238bcec7b0b995278 Mon Sep 17 00:00:00 2001
From: singapore <singapore@redgc.com>
Date: Thu, 28 Sep 2017 15:03:21 +0200
Subject: [PATCH] chore: downgrade "all merge attempts failed" from warn to
 info

---
 lib/api/github.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/api/github.js b/lib/api/github.js
index 91cb9247ad..91823dde0a 100644
--- a/lib/api/github.js
+++ b/lib/api/github.js
@@ -621,7 +621,7 @@ async function mergePr(pr) {
             { err: err3 },
             `Failed to ${options.body.merge_method} PR`
           );
-          logger.warn({ pr: pr.number }, 'All merge attempts failed');
+          logger.info({ pr: pr.number }, 'All merge attempts failed');
           return false;
         }
       }
-- 
GitLab