Create new branch and send pull request

How do you create a new branch after clone and send a pull request after build and deployment success?

Hello @ebere :wave:

Usually Bitrise works by starting builds via incoming webhooks, and sending feedback to the git repository, but you CAN manipulate the repository via API calls made by a Script step that you can put in your workflow.

You can find the API of Github here, for example: GitHub REST API - GitHub Docs

Hope this helps! :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.