Skip to content

Fix linux-sandbox actions being killed prematurely when using virtual threads #48808

Fix linux-sandbox actions being killed prematurely when using virtual threads

Fix linux-sandbox actions being killed prematurely when using virtual threads #48808

name: release-helper
on:
issue_comment:
types: [created, edited]
permissions:
contents: read
jobs:
release-helper:
if: startsWith(github.event.comment.body, '@bazel-io ')
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: audit
- name: Run helper
uses: bazelbuild/continuous-integration/actions/release-helper@df91d114ca0acb33384683a042313c0f9ebe664a # master
with:
token: ${{ secrets.BAZEL_IO_TOKEN }}