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 25, 2023
1 parent abab51c commit 7d9d4ae
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 @@ -144,7 +144,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 7d9d4ae

Please sign in to comment.