update_pr_description
Update the title and description of a pull request by providing repository details and new content.
Instructions
Updates the title and description of a specific pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_owner | Yes | ||
| repo_name | Yes | ||
| pr_number | Yes | ||
| new_title | Yes | ||
| new_description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| description | Yes | ||
| author | Yes | ||
| created_at | Yes | ||
| updated_at | Yes | ||
| state | Yes |