Skip to content

build(deps): Bump go.etcd.io/etcd/client/pkg/v3 from 3.5.13 to 3.5.14 in the all-go-mod-patch-and-minor group #667

build(deps): Bump go.etcd.io/etcd/client/pkg/v3 from 3.5.13 to 3.5.14 in the all-go-mod-patch-and-minor group

build(deps): Bump go.etcd.io/etcd/client/pkg/v3 from 3.5.13 to 3.5.14 in the all-go-mod-patch-and-minor group #667

# Copyright 2022 D2iQ, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: "conventional-pr-title"
on:
pull_request_target:
types:
- opened
- edited
defaults:
run:
shell: bash
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
build
ci
docs
feat
fix
perf
refactor
release
revert
style
test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}