mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Prefill reviewer
This commit is contained in:
parent
5ca7cd960b
commit
6db29e6b8d
@ -93,7 +93,10 @@ impl PromoteCmd {
|
|||||||
run!("git commit -m':arrow_up: rust-analyzer'")?;
|
run!("git commit -m':arrow_up: rust-analyzer'")?;
|
||||||
if !self.dry_run {
|
if !self.dry_run {
|
||||||
run!("git push")?;
|
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(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user