blob: b6e42ccfbb72effcb1ff56ad1fd1fbdbfae5e646 [file] [log] [blame] [edit]
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@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- name: Run helper
uses: bazelbuild/continuous-integration/actions/release-helper@1d07a9c9fb2f66a39e5430a70828ef6912e8b804 # master
with:
token: ${{ secrets.BAZEL_IO_TOKEN }}