tea_pr_create
Create a new pull request with an optional preview mode to review changes before submitting. Assign labels, assignees, and milestone directly from the conversation.
Instructions
Create a new pull request with optional preview mode to review changes first
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Branch name of the PR target (defaults to repo default branch) | |
| head | No | Branch name of the PR source (defaults to current branch) | |
| repo | No | Repository path or 'owner/name' slug (defaults to repo detected from working directory) | |
| title | Yes | Title of the pull request | |
| labels | No | Comma-separated list of labels to assign | |
| preview | No | Show diff and commits without creating the PR | |
| assignees | No | Comma-separated list of usernames to assign | |
| milestone | No | Milestone to assign | |
| description | No | Description/body of the pull request |