Skip to content

build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.12 to 3.5.15 #626

build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.12 to 3.5.15

build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.12 to 3.5.15 #626

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 }}