Brandon Keepers e2df263ea5 Allow custom port
2016-09-16 17:00:05 -05:00
2016-09-16 12:03:17 -07:00
2016-09-16 11:45:35 -07:00
2016-09-16 11:45:59 -07:00
2016-09-16 16:59:52 -05:00
2016-09-16 11:47:26 -07:00
2016-09-16 12:03:17 -07:00
2016-09-16 17:00:05 -05:00

HubBot

HubBot is a trainable robot that responds to activity on GitHub. Welcome first-time contributors, close stale pull requests, or require a 👍 from at least 2 maintainers with pre-built behaviors to your project, or add whatever behavior write your own.

Behaviors

Installation

TODO

Configuration

TODO

Creating a behavior

robot.on('pull', function(event) {
  robot.comment("Thanks for the pull request! We'll review it within 72 hours!");
});

TODO

  • receive webhook
  • issue autoresponder
    • respond with comment
    • configurable message
    • message template
  • tests
    • linting
  • Proper use of GitHub Integrations
  • Configure Travis CI
  • deploy to heroku
  • proper error handling
  • Write a few more behaviors
  • extract behaviors to separate packages
  • support multiple repositories in same org
  • doc all the things
  • release v0.1
Description
No description provided
Readme ISC 2.5 MiB
Languages
TypeScript 79.4%
JavaScript 14.7%
Handlebars 4.9%
Shell 1%