diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index a477f443c3..512faa51d6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -73,3 +73,5 @@ jobs: github_token: ${{ github.token }} clang_tidy_fixes: clang-tidy-result/fixes.yml pull_request_id: ${{ env.pr_id }} + request_changes: true + suggestions_per_comment: 10