GitHub webhook
Webhook
GitHub webhook
Receives GitHub pull_request webhook events (opened, reopened, synchronize, closed). Requires X-Hub-Signature-256 header. Payload follows GitHub webhook payload format.
POST
GitHub webhook
Headers
HMAC-SHA256 signature of the request body using the webhook secret.
Example:
"sha256=..."
Body
application/json
GitHub pull_request webhook payload. See https://docs.github.com/en/webhooks/webhook-events-and-payloads#pull_request
Response
Webhook processed successfully
Example:
"ok"