Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
fix: listen to the correct PR actions
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed Oct 30, 2017
1 parent bfd5a29 commit ac7cd75
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 @@ -5,5 +5,5 @@ module.exports = robot => {
// For more information on building apps:
// https://probot.github.io/docs/
robot.on('pull_request.opened', commitlint)
robot.on('pull_request.edited', commitlint)
robot.on('pull_request.synchronize', commitlint)
}

0 comments on commit ac7cd75

Please sign in to comment.