git-webkit does a good job handling commits made on `main` and then converted to PRs, but if a commit is made on a branch managed by an alternate remote, it won't be able to determine the remote from the branch point. In general, this is actually a somewhat difficult problem because the same branch may be owned by multiple remotes in various states of up-to-dateness. We want to make a PR agains the most up-to-date of the remotes which are tracking the branch we madde a commit on.
<rdar://problem/97342489>
Pull request: https://github.com/WebKit/WebKit/pull/2598
Committed 252678@main (54f435f6ef9f): <https://commits.webkit.org/252678@main> Reviewed commits have been landed. Closing PR #2598 and removing active labels.
Re-opening for pull request https://github.com/apple/WebKit/pull/23
Committed 252432.20@safari-7614-branch (37dbd2747817): <https://commits.webkit.org/252432.20@safari-7614-branch> Reviewed commits have been landed. Closing PR #23 and removing active labels.