about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-17 09:13:09 +0000
committerbors <bors@rust-lang.org>2023-12-17 09:13:09 +0000
commit1dae084376486b37de8dfd23690cb4812824dca3 (patch)
treefef116da94e992197660ac06218306bdef20f7e6 /src
parent00a82a5f3cbbab07e90fe80ec127778abea62f4e (diff)
parentc54312d07900bfe683c2c9a742cf6413fdb4212e (diff)
downloadrust-1dae084376486b37de8dfd23690cb4812824dca3.tar.gz
rust-1dae084376486b37de8dfd23690cb4812824dca3.zip
Auto merge of #3230 - RalfJung:rustc-push, r=RalfJung
rustc-push: automatically fill PR body to avoid reviewer assignment
Diffstat (limited to 'src')
-rw-r--r--src/tools/miri/miri-script/src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/miri-script/src/commands.rs b/src/tools/miri/miri-script/src/commands.rs
index e4789c696b3..83486537fd4 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);