Skip to content

In Starlark debugger, emit comprehension variables in new frames rather than in their enclosing function's frame #37731

In Starlark debugger, emit comprehension variables in new frames rather than in their enclosing function's frame

In Starlark debugger, emit comprehension variables in new frames rather than in their enclosing function's frame #37731

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Run helper
uses: bazelbuild/continuous-integration/actions/release-helper@8db2c232a6f86d56ec655e7b0d87de3787a25ef1 # master
with:
token: ${{ secrets.BAZEL_IO_TOKEN }}