We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712adc4 commit 081ae77Copy full SHA for 081ae77
index.js
@@ -411,6 +411,7 @@ module.exports = (app) => {
411
// lock flow
412
const commandLockRegex = /^[\\\|\/\#]lock([^$]*)$/;
413
if ((comment.toLowerCase().match(commandLockRegex))) {
414
+ await sync(app, context, owner);
415
const payloads = await getLockPayloads(
416
context, { owner, repo, pullNumber }
417
);
0 commit comments