Skip to content

Github "ping" events trigger HTTP 400 response

Created by: dregad

When the webhook to trigger checkin on push event is created, Github delivers a ping payload.

The SourceGithub plugin can't handle this type of payload since it does not contain any commits to process, and returns an HTTP 400 error Changeset information could not be loaded.

image