Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Oct 8, 2024
1 parent df210d0 commit 3e1a64c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ensureSCCoreDevApproval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
name: SC Core Dev Approval Check

on:
push:
pull_request_review:
types: [submitted]

Expand Down Expand Up @@ -98,7 +99,7 @@ jobs:
}
// Filter to only include reviews that have "APPROVED" status
console.log(JSON.stringify(review,null,2));
console.log(JSON.stringify(reviews,null,2));
const approvedReviews = reviews.filter(review => review.state === 'APPROVED');
if(!approvedReviews.length) {
Expand Down

0 comments on commit 3e1a64c

Please sign in to comment.