Skip to content

Commit 1dae084

Browse files
committed
Auto merge of rust-lang#3230 - RalfJung:rustc-push, r=RalfJung
rustc-push: automatically fill PR body to avoid reviewer assignment
2 parents 00a82a5 + c54312d commit 1dae084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/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)