Skip to content

Post clang-tidy review comments #1451

Post clang-tidy review comments

Post clang-tidy review comments #1451

# This standalone CI is needed for commenting in PRs from forks
name: Post clang-tidy review comments
on:
workflow_run:
# The name field of the lint action
workflows: ["Optional_Clang_Tidy_Review"]
types:
- completed
permissions:
checks: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ZedThree/clang-tidy-review/post@4923dc7cbb13a291cecc8507a89f70ed25ac9ce9 # v0.17.1
with:
lgtm_comment_body: ""
# Use annotations instead of comments
annotations: true
max_comments: 10