blob: a49d8a303e9c80f1c04e61b1bd1f223977e1fc62 [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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- name: Run helper
uses: bazelbuild/continuous-integration/actions/release-helper@41a5b5c2f1a075e7fbab8f6b82e839906139ccc6 # master
with:
token: ${{ secrets.BAZEL_IO_TOKEN }}