Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticfalcon committed Jul 27, 2023
1 parent a234253 commit c4aaa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12834,7 +12834,7 @@ function run() {
pull_number: pr.number,
});
let approved = false;
for (const review of reviews) {
for (const review of reviews.data) {
if (review.state === 'APPROVED') {
approved = true;
}
Expand Down

0 comments on commit c4aaa66

Please sign in to comment.