- When asked to listen for events on a repo in a room, sends events to that room
- #17 by @InAnimaTe - Fix Pull Request HTML Link - Fixes #12
- Add command for listing hooks on a GitHub repository
- Convert request to JSON so that it is actually accepted
- Add more logging
- 🐛 Fix bug in responder
- Add experimental command for adding GitHub event hooks
- Added blockquote formatting to all comments
- Refactored the code to bring all of the event lifecycle logic under test
- #3 — Now logs all received events
- #4 — Created an option to announce unhandled events. It now defaults to off.
- #5 — Uses only the first line of the commit text when formatting push events
- Use sender's name for pull request events
- #9 — Fix pull request event crashes
- #8 — Optionally report exceptions based on the
HUBOT_GITHUB_EVENT_ANNOUNCE_EXCEPTIONS
environment variable
- Added formatter for fork events
- Added formatter for watch events
- Added formatter for deployment events
- #6 — Use sender's name for most issue events
- Added formatter for commit comment events
- Added formatter for create events
- Added formatter for delete events
- Added formatter for pull request review comment events
- Added formatter for pull request events
- Added formatter for issue comments
- Updated documentation in README
- Converted all formatters to accept the entire event, not just the event data
- Added this CHANGELOG 😀