Reputation: 453
We're using Github Enterprise 2.7.4 and we've noticed that no webhook events show up in the user interface (/:owner/:repo/settings/hooks) except for push events. All other events do not show at all, which makes troubleshooting and testing pretty difficult. This seems like a bug...
Upvotes: 1
Views: 50
Reputation: 2943
So the webhook should be sending not receiving events.
Are you sure in your webhook configuration under
path/to/your/repo/settings/hooks/YOURHOOKID
You don't have
"Just the push event"
Selected?
If you don't I'd suggest pointing the webhook at a utility like ngrok where you can inspect the payload being sent from the webhook.
Our webhooks are working fine in 2.7.4.
Upvotes: 1