update_pull_request_branch
Sync a pull request branch with the latest upstream changes to ensure it is updated. Specify the repository, owner, and pull request number for efficient branch management.
Instructions
Update a pull request branch with the latest upstream changes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expected_head_sha | No | The expected SHA of the pull request head | |
owner | Yes | Repository owner (username or organization) | |
pull_number | Yes | Pull request number | |
repo | Yes | Repository name |