blob: b6c0f08dc9b6baeba9d9398038fa8bd4fb7573dc [file]
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@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- name: Run helper
uses: bazelbuild/continuous-integration/actions/release-helper@e3c3c35f22c5df604bf4aedef03ad39a36b2285a # master
with:
token: ${{ secrets.BAZEL_IO_TOKEN }}