update_pull_request_branch
Update a pull request branch with the latest changes from the base branch to ensure it reflects current code, reducing merge conflicts and improving review efficiency.
Instructions
Update a pull request branch with the latest changes from the base branch
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expected_head_sha | No | The expected SHA of the pull request's HEAD ref | |
owner | Yes | Repository owner (username or organization) | |
pull_number | Yes | Pull request number | |
repo | Yes | Repository name |