From d89f6c7f7bb17aa4017b47f1f71934093838d56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Birm=C3=A9?= Date: Fri, 13 Dec 2024 19:11:51 +0100 Subject: [PATCH] feat: add suggestions to PR comment --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 24b83bf..276868d 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -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 }}' })