Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Aug 27, 2024
1 parent ac672a4 commit fe45f4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ensureSCCoreDevApproval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ jobs:
// extract the git login handles of all reviewers that approved this PR
const reviewerHandles = approvedReviews.map(review => review.user.login);
console.log(`approved reviews: ${JSON.stringify(approvedReviews, null, 2)}`)
if(approvedReviews.length === 0)
console.log(`This PR has been approved by the following git members: ${reviewerHandles}`);
else
Expand Down

0 comments on commit fe45f4d

Please sign in to comment.