Skip to content

Commit 7d9d4ae

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 abab51c commit 7d9d4ae

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
@@ -144,7 +144,7 @@ async fn enqueue_unrolled_try_builds<'a>(
144144
.merge_branch(
145145
"perf-tmp",
146146
&rolled_up_head,
147-
&format!("Unrolled build for #{original_pr_number}"),
147+
&format!("Unrolled build for #{original_pr_number}\n{}", rollup_merge.message),
148148
)
149149
.await
150150
.map_err(|e| {

0 commit comments

Comments
 (0)