Skip to content

Commit 7360d81

Browse files
committed
Auto merge of #3230 - RalfJung:rustc-push, r=RalfJung
rustc-push: automatically fill PR body to avoid reviewer assignment
2 parents 02880d3 + 17aa9c9 commit 7360d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miri-script/src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ impl Command {
344344
println!(
345345
// Open PR with `subtree update` title to silence the `no-merges` triagebot check
346346
// 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"
347+
" https://github.com/rust-lang/rust/compare/{github_user}:{branch}?quick_pull=1&title=Miri+subtree+update&body=r?+@ghost"
348348
);
349349

350350
drop(josh);

0 commit comments

Comments
 (0)