I created a github repository fork through the github API. Now, later, I want to pull any updates from the source repository into the plug. This should always be fast forward in my use case. I read access to the source repository and read-write to the fork.
I thought I might create a Pull request and then accept (both of which you can do through the API), but it makes noise (Pull Requests created and destroyed) and just doesn't seem right.
Is there any way to do this through the API?
source
share