Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.4 to 1.17.15 #620

build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.4 to 1.17.15

build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.4 to 1.17.15 #620

Workflow file for this run

name: titlecheck
# Run on PR
on:
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@v2.2.5
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}