Skip to content

Fix precompiled lib symlinks missing in runfiles of cc_shared_library #132

Fix precompiled lib symlinks missing in runfiles of cc_shared_library

Fix precompiled lib symlinks missing in runfiles of cc_shared_library #132

name: cherry-picker-on-close
on:
pull_request_target:
types: [closed]
env:
GH_TOKEN: ${{ secrets.BAZEL_IO_TOKEN }}
jobs:
cherry-picker-on-close:
if: github.event.sender.login == 'copybara-service[bot]'
runs-on: ubuntu-latest
steps:
- name: Run cherrypicker on close
uses: bazelbuild/continuous-integration/actions/cherry-picker@master
with:
triggered-on: closed
pr-number: ${{ github.event.number }}
is-prod: True