Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dulong41 authored Jul 6, 2022
1 parent 70f4289 commit 3c0643f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ function processReviews(
count++
}
if (count == 2) {
isApproved = true
core.info(`there are 2 approvals:`)
isApproved = false
break
}
}
Expand Down

0 comments on commit 3c0643f

Please sign in to comment.