You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
The "Update Branch" button in the pull request user interface can be used to merge commits from the base branch into the compare branch. There is no corresponding action in the GitHub API. You can use the GitHub Merge API if the base branch and the compare branch are in the same repository. But you cannot sync across a fork using the GitHub API. This is annoying because the functionality has already been implemented (because it's in the user interface) but it is not available programmatically.