diff --git a/src/main.ts b/src/main.ts index 5393e91..5986427 100644 --- a/src/main.ts +++ b/src/main.ts @@ -108,7 +108,8 @@ function processReviews( count++ } if (count == 2) { - isApproved = true + core.info(`there are 2 approvals:`) + isApproved = false break } }