Skip to content

build(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /teletrace-otelcol #2485

build(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /teletrace-otelcol

build(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /teletrace-otelcol #2485

Workflow file for this run

name: Merge Queue
on:
pull_request:
branches:
- main
jobs:
wait-pr-ci:
name: Wait for CI
if: startsWith(github.head_ref, 'mergify/')
runs-on: ubuntu-latest
steps:
- name: Wait PR CI to finish
uses: lewagon/wait-on-check-action@v1.0.0
with:
ref: ${{ github.event.pull_request.head.sha }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
running-workflow-name: "Wait PR CI"
# Captures required CI job names, including dynamic matrix jobs
check-regexp: ^Validate PR Title$|^Lint$