- I submitted two pull requests to a documentation repo (I will call it Repo-A). [Note: All changes are made directly to the master branch for Repo-A; the git-flow methodology is not used.]
- The pull requests are currently outstanding at Repo-A (not accepted, not rejected; just waiting for attention from owner of Repo-A).
- I forked Repo-A, so now I have MyRepo-B.
- At GitHub, Repo-A is shown as having two open pull requests.
- At GitHub, MyRepo-B is shown as having no open pull requests. Instead, I see the two pull requests shown as patch-1 and patch-2 in the GitKraken UI:
My question: How can I merge the two patches to the master branch on MyRepo-B?
(PS: I don't care about what happens on Repo-A.)