Skip to content

Add dartsim module #4482

Add dartsim module

Add dartsim module #4482

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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
with:
egress-policy: audit
- name: Run bot
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@c15c7b56e6639faf6daa7be564a966dcd138b5a5 # master
with:
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}
action-type: skip_check