Skip to main content

pr_merge

Function pr_merge 

Source
pub fn pr_merge(pr: u64, head_sha: &str, subject: &str) -> Result<(), GhError>
Expand description

Merge a PR with a specific head commit SHA and custom subject.