From 891937193a168ccefbeb5721833e62ddf7581eb6 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 14 Feb 2023 13:42:01 +0100 Subject: [PATCH] workflow: Have clang-tidy job request changes if warnings found [skip ci] --- .github/workflows/review.yml | 2 ++ 1 file changed, 2 insertions(+) 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