Skip to main content
POST
GitHub webhook

Headers

x-hub-signature-256
string
required

HMAC-SHA256 signature of the request body using the webhook secret.

Example:

"sha256=..."

Body

application/json
action
enum<string>
required
Available options:
opened,
reopened,
synchronize,
closed
pull_request
object
required
repository
object
required

Response

Webhook processed successfully

status
string
Example:

"ok"