We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02880d3 + 17aa9c9 commit 7360d81Copy full SHA for 7360d81
miri-script/src/commands.rs
@@ -344,7 +344,7 @@ impl Command {
344
println!(
345
// Open PR with `subtree update` title to silence the `no-merges` triagebot check
346
// See https://github.com/rust-lang/rust/pull/114157
347
- " https://github.com/rust-lang/rust/compare/{github_user}:{branch}?quick_pull=1&title=Miri+subtree+update"
+ " https://github.com/rust-lang/rust/compare/{github_user}:{branch}?quick_pull=1&title=Miri+subtree+update&body=r?+@ghost"
348
);
349
350
drop(josh);
0 commit comments