From 6db29e6b8d25bfc6d308350f219cd77728212ef6 Mon Sep 17 00:00:00 2001
From: Aleksey Kladov <aleksey.kladov@gmail.com>
Date: Mon, 13 Jul 2020 15:26:13 +0200
Subject: Prefill reviewer

---
 xtask/src/release.rs | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'xtask/src')

diff --git a/xtask/src/release.rs b/xtask/src/release.rs
index 170cfee9f..530bd8205 100644
--- a/xtask/src/release.rs
+++ b/xtask/src/release.rs
@@ -93,7 +93,10 @@ impl PromoteCmd {
         run!("git commit -m':arrow_up: rust-analyzer'")?;
         if !self.dry_run {
             run!("git push")?;
-            run!("xdg-open https://github.com/matklad/rust/pull/new/{}", branch)?;
+            run!(
+                "xdg-open https://github.com/matklad/rust/pull/new/{}?body=r%3F%20%40ghost",
+                branch
+            )?;
         }
         Ok(())
     }
-- 
cgit v1.2.3