Skip to content

Commit 64a8b4a

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 f7c5329 commit 64a8b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/github.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ async fn enqueue_unrolled_try_builds<'a>(
141141
.merge_branch(
142142
"perf-tmp",
143143
&rolled_up_head,
144-
&format!("Unrolled build for #{original_pr_number}"),
144+
&format!("Unrolled build for #{original_pr_number}\n{}", rollup_merge.message),
145145
)
146146
.await
147147
.map_err(|e| {

0 commit comments

Comments
 (0)