Skip to content

chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /hack/tools #1656

chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /hack/tools

chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /hack/tools #1656

Workflow file for this run

name: titlecheck
# Run on PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
titlecheck:
name: PR title follows coventional commit
runs-on: ubuntu-latest
steps:
- name: Check conventinal title
uses: aslafy-z/[email protected]
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}