blob: 4977b5d70e95e37def9bc1d0e29c61e7bdc77d4a [file] [log] [blame]
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@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- name: Run helper
uses: bazelbuild/continuous-integration/actions/release-helper@cc02676a9a261d74c8fa33963d440b65c67eec19 # master
with:
token: ${{ secrets.BAZEL_IO_TOKEN }}