It depends, generally speaking, on whether a) the pull request is automatically combined b) (more importantly), whether the tests pass.
You can create a remote upstreamthat points to the original repository, then merge upstream masterin origin masterand it will be updated.
You must do this first to proactively resolve any merge conflicts or unexpected breakdowns.
Chris source
share