Skip to content

"Optional" and "nodep" external dependencies #38592

"Optional" and "nodep" external dependencies

"Optional" and "nodep" external dependencies #38592

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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Run helper
uses: bazelbuild/continuous-integration/actions/release-helper@c2b610a28bee0a80395574f671af8730ce2ffb1b # master
with:
token: ${{ secrets.BAZEL_IO_TOKEN }}