We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f62be6d + 04e3b2e commit 864c3f3Copy full SHA for 864c3f3
src/tools/miri/miri-script/src/commands.rs
@@ -338,7 +338,11 @@ impl Command {
338
println!(
339
"Confirmed that the push round-trips back to Miri properly. Please create a rustc PR:"
340
);
341
- println!(" https://github.com/{github_user}/rust/pull/new/{branch}");
+ 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
+ );
346
347
drop(josh);
348
Ok(())
0 commit comments