workflow: Have clang-tidy job request changes if warnings found

[skip ci]
This commit is contained in:
rdb 2023-02-14 13:42:01 +01:00
parent 52d59b2df7
commit 891937193a

View File

@ -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