Skip to content

Bump google.golang.org/grpc from 1.65.0 to 1.67.0 in /operator #1819

Bump google.golang.org/grpc from 1.65.0 to 1.67.0 in /operator

Bump google.golang.org/grpc from 1.65.0 to 1.67.0 in /operator #1819

Workflow file for this run

name: lint-pr-title
on:
pull_request:
branches:
- v2
types:
- opened
- reopened
- edited
jobs:
conventional-commit:
if: github.repository == 'SeldonIO/seldon-core' # Do not run this on forks.
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: Check PR title matches Conventional Commit format
uses: matthiashermsen/[email protected]
with:
allowed-pull-request-types: build,ci,docs,feat,fix,refactor,revert,test