update_pull_request_branch
Update a pull request branch with the latest changes from the base branch to resolve merge conflicts and keep code current.
Instructions
Update a pull request branch with the latest changes from the base branch. This is equivalent to pressing the 'Update branch' button on GitHub.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| pull_number | Yes | Pull request number | |
| expected_head_sha | No | The expected SHA of the pull request's HEAD ref (for optimistic locking) |