-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Quote from https://developer.github.com/webhooks/#wildcard-event
We also support a wildcard (
*) that will match all supported events. When you add the wildcard event, we’ll replace any existing events you have configured with the wildcard event and send you payloads for all supported events. You’ll also automatically get any new events we might add in the future.
Event type calculation is performed via
if eventType in eventTypesSo setting HUBOT_GITHUB_EVENT_NOTIFIER_TYPES to *, as GitHub documentation suggests, has currently no effect.
Metadata
Metadata
Assignees
Labels
No labels