Skip to main content

merge

Function merge 

Source
pub fn merge(pr_number: usize) -> Result<()>
Expand description

Merge a pull request using administrative squash semantics.

§Errors

  • Spawning or executing the gh pr merge command fails.
  • Command exits with non‑zero status.