Skip to content
Snippets Groups Projects
Commit 96d8eb32 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: print branchName when pr title changes

parent f042c8db
No related branches found
No related tags found
No related merge requests found
...@@ -272,6 +272,7 @@ async function ensurePr(prConfig) { ...@@ -272,6 +272,7 @@ async function ensurePr(prConfig) {
if (existingPr.title !== prTitle) { if (existingPr.title !== prTitle) {
logger.info( logger.info(
{ {
branchName,
oldPrTitle: existingPr.title, oldPrTitle: existingPr.title,
newPrTitle: prTitle, newPrTitle: prTitle,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment