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

Commit ac7cd75

Browse files
committed
fix: listen to the correct PR actions
1 parent bfd5a29 commit ac7cd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module.exports = robot => {
55
// For more information on building apps:
66
// https://probot.github.io/docs/
77
robot.on('pull_request.opened', commitlint)
8-
robot.on('pull_request.edited', commitlint)
8+
robot.on('pull_request.synchronize', commitlint)
99
}

0 commit comments

Comments
 (0)