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 2a03815 commit a234253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async 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 a234253

Please sign in to comment.