pub fn create_pr( title: &str, body: &str, base: &str, ) -> Result<String, CoreError>
Create a PR using gh pr create. Returns the PR URL on success. base specifies the target branch for the PR (e.g., “main”).
gh pr create
base