Skip to content

build(deps): Bump github.com/aws/aws-sdk-go-v2/service/ecr from 1.28.2 to 1.28.3 #1129

build(deps): Bump github.com/aws/aws-sdk-go-v2/service/ecr from 1.28.2 to 1.28.3

build(deps): Bump github.com/aws/aws-sdk-go-v2/service/ecr from 1.28.2 to 1.28.3 #1129

# Copyright 2021 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@cfb60706e18bc85e8aec535e3c577abe8f70378e # v5
with:
types: |
build
ci
docs
feat
fix
perf
refactor
release
revert
style
test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}