I'm playing a bit with GitHub API, so: I've created two repositories:
- repo1
- repo2
And I wanted to know if there is a way to cherry-pick a commit from a certain branch in repo1 to a certain branch in repo2 using GitHub API.
I've achieved this with git cli using this guide: cherry-pick between repos
And now I need to do the same using GitHub API. I would appreciate if someone could give me a hand here.
Thanks in advance.