Test and debug GitHub repository events, pull requests, and CI/CD pipeline webhooks
After creating the webhook, GitHub automatically sends a ping event. Check WebhookDebugger to see it!
To test other events:
push eventpull_request eventstar eventissues eventpush- Code pushed to repositorypull_request- PR opened, closed, or updatedissues- Issue created or modifiedissue_comment- Comment on issue or PRrelease- Release publishedstar- Repository starredfork- Repository forkedworkflow_run- GitHub Actions workflow completed• GitHub webhooks include an X-Hub-Signature-256 header for verification
• You can view webhook delivery history in GitHub Settings → Webhooks → Recent Deliveries
• Use the X-GitHub-Event header to identify the event type
• GitHub automatically retries failed webhook deliveries up to 3 times
• Perfect for testing CI/CD pipelines before deploying to production