Can bitrise create a PR on GitHub?

My CI workflow increments the version Code of my app. At the end of my PR I’d like to create a PR back into my github repo from CI. I don’t see any steps for setting up github integration like that. Is this a bad idea for some reason?

Hello @coltonidle :wave:

Although there are no direct steps for this action, you CAN create a Script step which has an API call to your Github repository: https://docs.github.com/en/rest/reference/pulls

This way you can create a PR in your Github during your build :slightly_smiling_face:

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