We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9ce2d0 + 03f01dd commit d3753d6Copy full SHA for d3753d6
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