Triggering a Pull Request on Github

Is triggering a github pull request from a successful build possibly from within circle ci? It seems like the only way to do this is through the github webhooks API, but I wanted to check it that this was something Circle supports out of the box before committing to that route.

There is nothing out of the box.

I think the preferred workflow is to open a PR before running a build, because then we will report back the build status directly to the PR.

1 Like