An HTTP Listener that notifies about new Github issues and pull request comments
- Add
hubot-github-comments-notifieras a dependency inpackage.json - Add
hubot-github-comments-notifierto yourexternal-scripts.json - install dependencies with
npm install
- Create a new webhook for your repository
- Payload URL:
<HUBOT_URL>:<PORT>/hubot/gh-comments?room=<room> - Payload Version:
+form - Event Trigger:
Send me everything, or select 'Pull request', 'Pull request review comment', 'Issues', 'Issue comment' events
CC0