Skip to content

Bump google.golang.org/grpc from 1.46.2 to 1.56.3 in /cdc #1032

Bump google.golang.org/grpc from 1.46.2 to 1.56.3 in /cdc

Bump google.golang.org/grpc from 1.46.2 to 1.56.3 in /cdc #1032

name: 'PR Title Checker'
on:
pull_request:
types: [edited, opened, synchronize, reopened]
jobs:
title-check:
runs-on: ubuntu-latest
steps:
- uses: naveenk1223/action-pr-title@master
with:
regex: '(\[to|fix|close #[0-9]+\]|Bump) .+' # "Bump" is for the auto-generated PRs from Dependabot
prefix_case_sensitive: true
max_length: -1