Skip to content

Commit a9b192b

Browse files
committed
Include original commit message in the unrolled build message
This makes it easier to understand which PR the unrolled build belongs to.
1 parent ca67e87 commit a9b192b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/github.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ async fn enqueue_unrolled_try_builds<'a>(
145145
.merge_branch(
146146
"perf-tmp",
147147
&rolled_up_head,
148-
&format!("Unrolled build for #{original_pr_number}"),
148+
&format!("Unrolled build for #{original_pr_number}\n{}", rollup_merge.message),
149149
)
150150
.await
151151
.map_err(|e| {

0 commit comments

Comments
 (0)