We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fe9aa commit 63cd601Copy full SHA for 63cd601
index.js
@@ -11,7 +11,7 @@ module.exports = robot => {
11
robot.on('pull_request.edited', check);
12
robot.on('pull_request.labeled', check);
13
robot.on('pull_request.unlabeled', check);
14
- robot.on('pull_request.synchronized', check);
+ robot.on('pull_request.synchronize', check);
15
16
async function check(context) {
17
const {github} = context;
0 commit comments