Skip to content

Commit 953b73e

Browse files
committed
1 parent 2b08d15 commit 953b73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ fn create_pull_request(
372372
}
373373
}
374374

375-
let mut title = words.join(", ");
375+
let mut title = format!("[{}] {}", base_branch, words.join(", "));
376376
if lc {
377377
title = format!("{} (logical-conflict)", title);
378378
}

0 commit comments

Comments
 (0)