mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:30:05 +00:00
21 lines
473 B
YAML
21 lines
473 B
YAML
name: Post clang-tidy Review Comments
|
|
|
|
on:
|
|
workflow_run:
|
|
workflows: ["clang-tidy-review"]
|
|
types:
|
|
- completed
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
if: ${{ github.event.workflow_run.conclusion != 'cancelled' }}
|
|
|
|
steps:
|
|
- name: Post Comments
|
|
uses: ZedThree/clang-tidy-review/post@v0.21.0
|
|
with:
|
|
lgtm_comment_body: ''
|
|
annotations: false
|
|
max_comments: 25
|
|
num_comments_as_exitcode: false
|