From 96d8eb321deb9dbb74c07d612dba2eaf56f98f5e Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Tue, 17 Apr 2018 10:25:48 +0200 Subject: [PATCH] refactor: print branchName when pr title changes --- lib/workers/pr/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/workers/pr/index.js b/lib/workers/pr/index.js index 15ccb63b17..ab07093e4a 100644 --- a/lib/workers/pr/index.js +++ b/lib/workers/pr/index.js @@ -272,6 +272,7 @@ async function ensurePr(prConfig) { if (existingPr.title !== prTitle) { logger.info( { + branchName, oldPrTitle: existingPr.title, newPrTitle: prTitle, }, -- GitLab