From c54312d07900bfe683c2c9a742cf6413fdb4212e Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 17 Dec 2023 10:13:08 +0100 Subject: [PATCH] rustc-push: automatically fill PR body to avoid reviewer assignment --- src/tools/miri/miri-script/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/miri/miri-script/src/commands.rs b/src/tools/miri/miri-script/src/commands.rs index e4789c696b39..83486537fd45 100644 --- a/src/tools/miri/miri-script/src/commands.rs +++ b/src/tools/miri/miri-script/src/commands.rs @@ -344,7 +344,7 @@ impl Command { println!( // Open PR with `subtree update` title to silence the `no-merges` triagebot check // See https://github.com/rust-lang/rust/pull/114157 - " 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" ); drop(josh);