create_pull_request
Open a pull request on Gitopia for code review after pushing changes to a branch. Specify owner, repository, title, description, and branch details to initiate the review process.
Instructions
Use this when you have pushed a branch and want to open a PR for review. Creates a pull request on Gitopia. Automatically retries on account sequence mismatch. Requires 'owner', 'name', 'title', 'description', 'head_branch', and 'base_branch'. Optional: 'assignees' (usernames), 'labels' (label IDs), 'issue_iids' (issue numbers to link). Prefer create_feature_branch_pr for the full branch-commit-push-PR cycle. See also: create_feature_branch_pr, git_push.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| name | Yes | ||
| title | Yes | ||
| description | Yes | ||
| head_branch | Yes | ||
| base_branch | Yes | ||
| assignees | No | ||
| labels | No | ||
| issue_iids | No |