Skip to content

Commit

Permalink
Merge pull request #78 from vadi2/patch-1
Browse files Browse the repository at this point in the history
Document split_workflow posting options
  • Loading branch information
ZedThree committed Mar 28, 2023
2 parents 4f11cae + 9267a56 commit 3d82fe5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@ jobs:
steps:
- uses: ZedThree/clang-tidy-review/[email protected]
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
with:
# adjust options as necessary
lgtm_comment_body: ''
annotations: false
max_comments: 10
```

This Action will try to automatically download
Expand Down

0 comments on commit 3d82fe5

Please sign in to comment.