diff --git a/bot.ts b/bot.ts index 63587f1..f393690 100644 --- a/bot.ts +++ b/bot.ts @@ -165,7 +165,6 @@ const bot: ApplicationFunction = (app) => { if ( renameRequiredText === '' && notFoundText === '' && - existingReview?.id && existingReview?.state !== 'APPROVED' ) { await context.octokit.pulls.dismissReview({