Skip to content

Commit

Permalink
passive reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
robin88chen committed Nov 18, 2024
1 parent 28ff62c commit a92e2b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tidy-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
tidy-checks: '' # Use .clang-tidy config file
extra-args: '-std=c++17'
verbosity: debug
#tidy-review: true
tidy-review: true
passive-reviews: true
# only 'update' a single comment in a pull request thread.
#thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
- name: Fail fast?!
Expand Down

0 comments on commit a92e2b5

Please sign in to comment.