1.1.0 • Published 12 years ago
hubot-github-repo-webhook-notifier v1.1.0
Hubot: hubot-github-repo-webhook-notifier
Notifies about any GitHub repo event available via webhook.
See src/github-repo-webhook-notifier.coffee for full documentation.
Installation
Add hubot-github-repo-webhook-notifier to your package.json file:
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-github-repo-webhook-notifier": ">= 0.0.0",
"hubot-hipchat": "~2.5.1-5",
}Add hubot-github-repo-webhook-notifier to your external-scripts.json:
["hubot-github-repo-webhook-notifier"]Run npm install