Skip to content

Bump google.golang.org/grpc from 1.55.0 to 1.56.3 #8

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

Bump google.golang.org/grpc from 1.55.0 to 1.56.3 #8

Workflow file for this run

name: "Check PR Title"
on:
pull_request_target:
branches:
- main
- develop
- release/**
types:
- opened
- reopened
- edited
- synchronize
- ready_for_review
- review_requested
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-pr:
name: "PR format check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test
# Configure that a scope must always be provided.
requireScope: false