Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsao authored Nov 3, 2017
1 parent ff2ed71 commit 5de77d8
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 @@ -21,7 +21,7 @@ const statuses = {
module.exports = robot => {
robot.on('pull_request.opened', check);
robot.on('pull_request.edited', check);
robot.on('pull_request.synchronized', check);
robot.on('pull_request.synchronize', check);
robot.on('pull_request.updated', check);
robot.on('pull_request.labeled', check);
robot.on('pull_request.unlabeled', check);
Expand Down

0 comments on commit 5de77d8

Please sign in to comment.