Skip to content

Add imgui {1.86, 1.91.8} for linux and macos #1588

Add imgui {1.86, 1.91.8} for linux and macos

Add imgui {1.86, 1.91.8} for linux and macos #1588

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