hubot-archive / hubot-github-repo-event-notifier

Notifies about any GitHub repo event available via webhook.
https://www.npmjs.org/package/hubot-github-repo-event-notifier
57 stars 42 forks source link

please support wildcard event #24

Open n0mer opened 9 years ago

n0mer commented 9 years ago

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 eventTypes

So setting HUBOT_GITHUB_EVENT_NOTIFIER_TYPES to *, as GitHub documentation suggests, has currently no effect.

patcon commented 9 years ago

:+1:

benoror commented 7 years ago

👍 +1