hubot-github-repo-event-notifier
hubot-github-repo-event-notifier copied to clipboard
Notifies about any GitHub repo event available via webhook.
http://keepachangelog.com/en/1.0.0/
Support specifying a room in custom actions Dependant on: PR https://github.com/hubot-scripts/hubot-github-repo-event-notifier/pull/38
Fix https://github.com/hubot-scripts/hubot-github-repo-event-notifier/issues/37
I'd like to be able to respond to these events with some scripts of my own. From what I can tell, there isn't a way to add my own handler...
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...
I would like to trigger a custom action on `release` event type, in order to print the body text & release name with markdown. What's the best approach for overriding...
There may be a mixup between 'issue' and 'issues' somewhere. GitHub webhook sends out "issues" as the event type, but I think the script may look for "issue". Also, I'd...
They're a bit out of date
Before working through #20, I guess it makes sense to add some tests. FOR SCIENCE! Reference: https://github.com/hubot-scripts/hubot-auth/blob/master/test/auth-test.coffee