create_pull_request
Creates a new pull request in a Gitea repository, specifying the base branch, head branch, title, and optional body.
Instructions
Create a Pull Request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | ||
| body | No | ||
| head | Yes | ||
| repo | Yes | ||
| owner | Yes | ||
| title | Yes |