Skip to content

Add [email protected], which includes the library's cpp sources. #196

Add [email protected], which includes the library's cpp sources.

Add [email protected], which includes the library's cpp sources. #196

Workflow file for this run

name: skip_check
on:
issue_comment:
types: [created, edited]
permissions:
contents: read
jobs:
comment_bot:
if: startsWith(github.event.comment.body, '@bazel-io skip_check ')
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Run bot
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@854de5d7871f734a858bf1efa4454e8260e620a0 # master
with:
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}
action-type: skip_check