update_pull_request
Update an existing pull request's title, description, or linked work items to reflect changes or corrections.
Instructions
Update title and/or description of an existing PR.
Args: pr_url_or_id: A full PR URL or numeric PR ID. title: New title (optional). description: New description (optional). working_directory: Optional path for context resolution. work_item_ids: Optional list of work item IDs to link to the PR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_url_or_id | Yes | ||
| title | No | ||
| description | No | ||
| working_directory | No | ||
| work_item_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |