Skip to content

Post clang-tidy review comments #173

Post clang-tidy review comments

Post clang-tidy review comments #173

# 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: read|write

Check failure on line 12 in .github/workflows/clang_tidy_review_post.yml

View workflow run for this annotation

GitHub Actions / Post clang-tidy review comments

Invalid workflow file

The workflow is not valid. .github/workflows/clang_tidy_review_post.yml (Line: 12, Col: 11): Unexpected value 'read|write' .github/workflows/clang_tidy_review_post.yml (Line: 13, Col: 18): Unexpected value 'read|write'
pull-requests: read|write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ZedThree/clang-tidy-review/post@2c55ef8cfc9acb3715d433e58aea086dcec9b206 # v0.13.0
with:
lgtm_comment_body: ""
# Use annotations instead of comments
annotations: true
max_comments: 10