sync_fork
Merge upstream changes into a fork's specified branch to synchronize it with the original repository.
Instructions
Sync a fork with its upstream repository (merge default branch of upstream into current fork)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The name of the fork | |
| owner | Yes | The owner of the fork | |
| branch | Yes | The name of the branch to sync (usually the default branch) |