create_pull_request
Create a pull request after verifying source and destination branches, preventing incomplete or partial PRs.
Instructions
Opens a new pull request. Requires title, sourceBranch, and destinationBranch; both branches are verified to exist before the PR is created so no partial PR is ever left behind. WRITE tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| draft | No | ||
| title | Yes | ||
| reviewers | No | ||
| workspace | No | ||
| description | No | ||
| sourceBranch | Yes | ||
| closeSourceBranch | No | ||
| destinationBranch | Yes |