Skip to content

Commit 6db29e6

Browse files
committed
Prefill reviewer
1 parent 5ca7cd9 commit 6db29e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

xtask/src/release.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ impl PromoteCmd {
9393
run!("git commit -m':arrow_up: rust-analyzer'")?;
9494
if !self.dry_run {
9595
run!("git push")?;
96-
run!("xdg-open https://github.com/matklad/rust/pull/new/{}", branch)?;
96+
run!(
97+
"xdg-open https://github.com/matklad/rust/pull/new/{}?body=r%3F%20%40ghost",
98+
branch
99+
)?;
97100
}
98101
Ok(())
99102
}

0 commit comments

Comments
 (0)