Skip to content

Post clang-tidy review comments #4

Post clang-tidy review comments

Post clang-tidy review comments #4

name: Post clang-tidy review comments
on:
workflow_run:
workflows: ["clang-tidy-review"]
types:
- completed
permissions:
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ZedThree/clang-tidy-review/post@v0.19.0
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
with:
lgtm_comment_body: ''
annotations: true
max_comments: 10