Skip to content

build(deps): Bump sigs.k8s.io/cluster-api-provider-aws/v2 from 2.6.1 to 2.7.1 in /hack/third-party/capa #1030

build(deps): Bump sigs.k8s.io/cluster-api-provider-aws/v2 from 2.6.1 to 2.7.1 in /hack/third-party/capa

build(deps): Bump sigs.k8s.io/cluster-api-provider-aws/v2 from 2.6.1 to 2.7.1 in /hack/third-party/capa #1030

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