Skip to content

build(deps): bump google.golang.org/grpc from 1.64.1 to 1.70.0 #215

build(deps): bump google.golang.org/grpc from 1.64.1 to 1.70.0

build(deps): bump google.golang.org/grpc from 1.64.1 to 1.70.0 #215

Workflow file for this run

name: Dependabot super yolo
on:
pull_request:
types: [opened, synchronize]
permissions:
pull-requests: write
contents: write
jobs:
run-custom-command:
if: ${{ github.actor_id == '49699333' }} # Dependabot
runs-on: alrest-x
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
submodules: true
- name: Enable Pull Request Automerge
run: gh pr merge --squash --auto ${{ github.event.number }}
env:
GH_TOKEN: ${{ github.token }}