Skip to content

Commit 864c3f3

Browse files
committed
Auto merge of rust-lang#3057 - pitaj:master, r=RalfJung
add subtree-sync label to rustc update PRs For rust-lang#114157
2 parents f62be6d + 04e3b2e commit 864c3f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/tools/miri/miri-script/src/commands.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,11 @@ impl Command {
338338
println!(
339339
"Confirmed that the push round-trips back to Miri properly. Please create a rustc PR:"
340340
);
341-
println!(" https://github.com/{github_user}/rust/pull/new/{branch}");
341+
println!(
342+
// Open PR with `subtree-sync` label to satisfy the `no-merges` triagebot check
343+
// See https://github.com/rust-lang/rust/pull/114157
344+
" https://github.com/rust-lang/rust/compare/{github_user}:{branch}?quick_pull=1&labels=subtree-sync"
345+
);
342346

343347
drop(josh);
344348
Ok(())

0 commit comments

Comments
 (0)