This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
Automate merge requests across forked repos #166
karthickthangasamy
announced in
Day One: GitHub on GitHub
Replies: 1 comment
-
I'm wondering if by "merge requests", are you asking about pull requests? 😸 The GitHub REST API has a Pulls API with an endpoint for creating a pull request, including code samples in Shell and JavaScript. You could leverage that endpoint in your script as a starting point. For any other questions about:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to create a merge request automatically after committing the changes in the forked repository. I tried some packages and it seems not possible to create the merge request. Is there any new API's available to create the MR's automatically.?
Scenario:
I'm moving some files from the private repo to the public repo based on some criteria, which is completely achieved using gulp. The only show stopper is, need to create the merge request manually.
Beta Was this translation helpful? Give feedback.
All reactions