gluecron_create_pr
Open a new pull request. head_branch is required; base_branch defaults to the repo default branch. Requires authenticated caller with write access. Returns {number, url}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | PR body (Markdown). Optional. | |
| repo | Yes | Repo name | |
| owner | Yes | Repo owner username | |
| title | Yes | PR title | |
| base_branch | No | Target branch (default: repo default branch) | |
| head_branch | Yes | Branch with the changes |