Skip to content

chore(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.54.3 #1775

chore(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.54.3

chore(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.54.3 #1775

Workflow file for this run

name: titlecheck
# Run on PR
on:
# enable for testing new changes
# pull_request:
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/conventional-pr-title-action@v3.2.0
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@7.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}