* master: (33 commits)
Simplify event filter logic
Move logic for filtering workflows
add label example
Remove reactions, which are not supported by integrations
Use installation id from webhook
Create robot module
Update github client library
Remove listening for invites
Move vm code into sandbox
GITHUB_TOKEN only needed for console
Log unhandled errors
Warn that reactions does not work
Update docs on running app locally
Ignore .env
Add debugging
Fix lint errors
Remove useless tests
Clean up installation implementation
Ignore priate-key.pem
Remove unused github api instance
...
* origin/master: (65 commits)
Move vm code into sandbox
Update docs
Look for config in .probot.js
Remove URL stuff for now
Use handlebars in comment templates
Remove unnecessary semicolon
Extract Sanbox class, remove workflows.push
Move evaluator to its own file
Remove unused modules
More style fixes
Fix style
Reimplement reactions
Implement unlock
Implement locking
Implement open
Implement unlabel
Implement unassign
Implement issue assignment
Implement comment test
Move label tests into plugin
...
* origin/master: (34 commits)
Update docs
Fix lint error
Add comment syntax
"or" instead of "and"
Add instruction to turn on verbose logging
Update docs
Fall back to generating parser at runtime
Fix lint errrors
Remove yaml dependency
Use parser in place of yaml syntax
Fix lint errors
Behaviors are separated by a semicolon
Separate events by 'and' instead of comma
Implement 'then'
Implement simple actions
Implement "on" part of the syntax
Add pegjs as a dev dep
Document react action
Remove 'why' section
No longer aspirational
...