Skip to content

Commit

Permalink
Fix synchronized webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsao committed Nov 1, 2017
1 parent bf2a143 commit cd77159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module.exports = robot => {
robot.on('pull_request.opened', check);
robot.on('pull_request.synchronize', check);
robot.on('pull_request.synchronized', check);

robot.on('issues.closed', reopenTodos);

Expand Down

0 comments on commit cd77159

Please sign in to comment.