updatePullRequest
Update a pull request's title, description, base branch, state, assignees, or labels to keep it accurate and current.
Instructions
Update a pull request: title, body, state (open|closed), base branch. assignees and labels are applied through the issue endpoint because a PR is an issue in GitVerse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | New target branch | |
| body | No | New PR description | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| state | No | New PR state | |
| title | No | New PR title | |
| labels | No | Replace labels | |
| assignees | No | Replace assignees | |
| pull_number | Yes | Pull request number |