-
-
Notifications
You must be signed in to change notification settings - Fork 117
Add support for PR updates #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
As the webhooks have currently been configured to "send all events", the bot already gets notified about updates, it just ignores them... https://github.com/nodejs-github-bot/github-bot/blob/master/server.js#L15 would be particularly interresting |
I'd be up for taking this on if you want to assign it to me. Can potentially hack ion it from 10k feet this afternoon 😄 |
@Fishrock123 did you fix updates with your last changes in #15? |
Note: I have not tested this with the PR-commenting, only the PR status updates. |
Currently the bot only responds to created PR's. Adding support for reporting Travis build status on PR changes (new or forced commits) would be great.
The text was updated successfully, but these errors were encountered: