Skip to content

Commit

Permalink
add console log
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed Jun 18, 2024
1 parent 8e90bc1 commit 0a467cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-ctest-review.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = async ({github, context, pull_number, status, log}) => {

console.log(reviews);

for (let review of reviews) {
for (let review of reviews.data) {
if (review.user.login === 'github-actions' && review.state === 'COMMENTED') {
await github.rest.pulls.dismissReview({
pull_number: pull_number,
Expand Down

0 comments on commit 0a467cc

Please sign in to comment.