Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
livrasand authored Jul 4, 2024
1 parent 59a8a68 commit 7e34bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
echo "Event label name: ${{ github.event.label.name }}"
echo "Event label: ${{ toJson(github.event.label) }}"
echo "PR Assignees: ${{ toJson(github.event.pull_request.assignees) }}"
echo "Actor: $GITHUB_ACTOR"
- name: Check if assigned reviewer matches
run: |
Expand Down

0 comments on commit 7e34bda

Please sign in to comment.