Skip to content

Commit 63cd601

Browse files
committed
Fix incorrect pr sync webhook name
1 parent e2fe9aa commit 63cd601

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
@@ -11,7 +11,7 @@ module.exports = robot => {
1111
robot.on('pull_request.edited', check);
1212
robot.on('pull_request.labeled', check);
1313
robot.on('pull_request.unlabeled', check);
14-
robot.on('pull_request.synchronized', check);
14+
robot.on('pull_request.synchronize', check);
1515

1616
async function check(context) {
1717
const {github} = context;

0 commit comments

Comments
 (0)