Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Jul 2, 2024
1 parent 97c4e3a commit a744e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
github.event.sender.login == github.event.pull_request.user.login &&
!contains(steps.fellows.outputs.github-handles, github.event.pull_request.user.login)
run: |
echo ${{github.event.pull_request.user.login}}
echo ${{steps.fellows.outputs.github-handles}}
# We get the list of reviewers who approved the PR
REVIEWERS=$(gh api repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/reviews \
--jq '{reviewers: [.[] | select(.state == "APPROVED") | .user.login]}')
Expand Down

0 comments on commit a744e6c

Please sign in to comment.