Skip to content

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@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
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