Skip to content

Commit

Permalink
fix(ci): do not request changes on clang-tidy-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Jul 23, 2024
1 parent 3dacdc8 commit 2f68897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
clang_tidy_fixes: clang-tidy-fixes.yaml
request_changes: true
request_changes: false
suggestions_per_comment: 10

0 comments on commit 2f68897

Please sign in to comment.