Skip to content

Commit

Permalink
Add PR reviewer set action
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jun 23, 2023
1 parent 3569f96 commit d5943ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
REVIEWERS: ${{ fromJSON(github.event.pull_request.requested_reviewers) }}
id: reviewer_check
run: |
echo "Reviewers: ${{ github.event.pull_request.requested_reviewers }}"
echo "Reviewers: ${{ env.REVIEWERS }}"
if [ -z "${{ github.event.pull_request.requested_reviewers }}" ]; then
echo "No reviewer set. Adding a bot message on PR"
Expand Down

0 comments on commit d5943ac

Please sign in to comment.