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 cafc073 commit 8e90bc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/build-ctest-review.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module.exports = async ({github, context, pull_number, status, log}) => {
repo: context.repo.repo,
});

console.log(reviews);

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

0 comments on commit 8e90bc1

Please sign in to comment.