blob: 3616a38925c37b8b2da32517624dae718d28b09c [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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
with:
egress-policy: audit
- name: Run helper
uses: bazelbuild/continuous-integration/actions/release-helper@9d35a0e821730ab9ccaa496ce6004584f28a4aa2 # master
with:
token: ${{ secrets.BAZEL_IO_TOKEN }}