Skip to content

Commit

Permalink
feat: add suggestions to PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Dec 13, 2024
1 parent 3c3ebc9 commit d89f6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Code review score: ${{ steps.review.outputs.score }}'
body: 'Code review score: ${{ steps.review.outputs.score }}\n${{ steps.review.outputs.suggestions }}'
})

0 comments on commit d89f6c7

Please sign in to comment.