Skip to content

Commit

Permalink
chore: remove testing leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
ishowvel authored Dec 8, 2024
1 parent 47226d3 commit 25826c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/handlers/pull-request-callback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export async function performPullPrecheck(context: Context<"pull_request.opened"
return { status: 200, reason: logger.info("Collaborator has converted the PR, no action required").logMessage.raw };
}
await handleCodeReview(context);

return { status: 200, reason: logger.info("HEY").logMessage.raw };
}

export async function handleCodeReview(context: Context<"pull_request.opened" | "pull_request.ready_for_review">) {
Expand Down

0 comments on commit 25826c0

Please sign in to comment.