github_create_pull_request
Create a GitHub pull request from a head branch into a base branch. Provide repo, title, and optional body, project references, or approval key to complete the write.
Instructions
Create a pull request from a head branch into a base branch.
Args: repo (required): owner/repo format. title (required): head (required): Head branch name. base: Base branch (default main). body: PR body markdown. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | main | |
| body | No | ||
| head | No | ||
| repo | No | ||
| title | No | ||
| effect | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |