update_pull_request
Modify pull request details including title, body, state, or base branch to manage code review and collaboration workflows.
Instructions
Update a pull request.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| pull_number | Yes | Pull request number | |
| title | No | New title | |
| body | No | New body | |
| state | No | New state (open, closed) | |
| base | No | New base branch |