[Bug]: Linker error with boost.program_options and boost.uuid on Windows #339
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 | |
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 |