Skip to content

Commit 01c4d12

Browse files
committed
Prefill reviewer
1 parent 5ca7cd9 commit 01c4d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/release.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ 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!("xdg-open https://github.com/matklad/rust/pull/new/{}?body=r%3F%20%40ghost", branch)?;
9797
}
9898
Ok(())
9999
}

0 commit comments

Comments
 (0)