Is there a way to tell GitHub to automatically create a pull request from an API providing JSON content and merge it into my project?
I want to:
- Edit files on a platform (I control the platform) using my own production editors/tools.
- Have GitHub request it (REST), then create a PR or a commit, so people can collaborate on it with forks/GitHub project management.
- Push from GitHub back to the platform for publishing.
3 is no problem, but 2 I can't find documentation for if it's even possible.