Skip to content

Commit

Permalink
Include original commit message in the unrolled build message
Browse files Browse the repository at this point in the history
This makes it easier to understand which PR the unrolled build belongs to.
  • Loading branch information
Kobzol committed Jun 26, 2023
1 parent f7c5329 commit 64a8b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async fn enqueue_unrolled_try_builds<'a>(
.merge_branch(
"perf-tmp",
&rolled_up_head,
&format!("Unrolled build for #{original_pr_number}"),
&format!("Unrolled build for #{original_pr_number}\n{}", rollup_merge.message),
)
.await
.map_err(|e| {
Expand Down

0 comments on commit 64a8b4a

Please sign in to comment.