Skip to content

Commit

Permalink
print out PR review state
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Sep 2, 2024
1 parent 74a99e1 commit 370b9ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/registry-updates-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
fetch_depth: 1

- name: check for PR approval 1
run: |
echo "PR IS approved: ${{ github.event.review_state }}"
- name: Check for PR approvals
id: check-approval
Expand Down

0 comments on commit 370b9ee

Please sign in to comment.