Skip to content

Bump google.golang.org/grpc from 1.54.0 to 1.56.3 #9

Bump google.golang.org/grpc from 1.54.0 to 1.56.3

Bump google.golang.org/grpc from 1.54.0 to 1.56.3 #9

name: "PR Title Checker"
on:
pull_request:
types: [edited, opened, synchronize, reopened]
jobs:
title-check:
name: "Validate PR Title"
runs-on: ubuntu-latest
steps:
- uses: naveenk1223/action-pr-title@master
with:
regex: '.+' # Regex the title should match.
allowed_prefixes: 'fix: ,feat: ,ci: ,test: ,docs: ' # title should start with the given prefix
prefix_case_sensitive: true # title prefix are case insensitive
min_length: 10 # Min length of the title
max_length: -1 # Max length of the title