Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Aug 8, 2024
1 parent 514d9f5 commit 8d1294c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,14 +510,10 @@ webhooks.on(
pull_number: event.payload.pull_request.number,
});
mergeableState = pr.data.mergeable_state;
mergeCommitSha = pr.data.merge_commit_sha
mergeCommitSha = pr.data.merge_commit_sha;
}

await queueDryRun(
octokit,
mergeCommitSha,
event.payload.pull_request.head.sha,
);
await queueDryRun(octokit, mergeCommitSha, event.payload.pull_request.head.sha);
}
}),
);
Expand Down

0 comments on commit 8d1294c

Please sign in to comment.