GitHub Webhook for pull request "edited" events

Can we generate Buildkite pipelines on GitHub “pull request edited” events?

Use case: we want to write a CI test that checks that the pull request title conforms to a certain format. Right now it’s hooked into updates on code push, but it really needs to be hooked to pull request edits.

Thank you! :slight_smile:

Hi @jawon! That’s a really interesting use case! We don’t have support for this right now, we try to cover the common cases with our webhook integration. If you’ve got something super specialised you might want to build something yourself to get it working. For example, some folks use a little Heroku app to receive GitHub webhooks and then trigger builds via the Buildkite API directly. The builds API is here.

1 Like