We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66891fa + 87ac71e commit b84f741Copy full SHA for b84f741
src/github/rollup.rs
@@ -308,7 +308,7 @@ async fn create_rollup(
308
let merge_msg = format!(
309
"Rollup merge of #{} - {}, r={}\n\n{}\n\n{}",
310
pr.number.0,
311
- pr_github.head.name,
+ pr_github.head_label,
312
pr.approver().unwrap_or("unknown"),
313
pr.title,
314
pr_github.message
@@ -778,7 +778,7 @@ also include this pls"
778
// Find the rollup merge commit
779
let rollup_merge_commit = rollup_branch.get_commit_history().last().unwrap().clone();
780
insta::assert_snapshot!(rollup_merge_commit.message(), @"
781
- Rollup merge of #2 - pr/2, r=default-user
+ Rollup merge of #2 - default-user:pr/2, r=default-user
782
783
Title of PR 2
784
0 commit comments