mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Prefill reviewer
This commit is contained in:
parent
5ca7cd960b
commit
6db29e6b8d
1 changed files with 4 additions and 1 deletions
|
@ -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(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue