Skip to content

Bump protobufs from ca9539a to d08e717 #39

Bump protobufs from ca9539a to d08e717

Bump protobufs from ca9539a to d08e717 #39

Workflow file for this run

# name: merge
# on: pull_request
# permissions: write-all
# jobs: []
# merge:
# runs-on: ubuntu-latest
# if: github.actor == 'dependabot[bot]'
# steps:
# - run: gh pr merge --auto --squash "$PR_URL"
# env:
# PR_URL: ${{ github.event.pull_request.html_url }}
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}