Skip to content

build(deps): Bump sigs.k8s.io/controller-runtime from 0.19.6 to 0.19.7 in /hack/tools in the all-go-mod-patch-and-minor group across 1 directory #1251

build(deps): Bump sigs.k8s.io/controller-runtime from 0.19.6 to 0.19.7 in /hack/tools in the all-go-mod-patch-and-minor group across 1 directory

build(deps): Bump sigs.k8s.io/controller-runtime from 0.19.6 to 0.19.7 in /hack/tools in the all-go-mod-patch-and-minor group across 1 directory #1251

# Copyright 2023 Nutanix. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: "conventional-pr-title"
on:
pull_request_target:
types:
- opened
- edited
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 }}