Skip to content

chore(deps): bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6 #1946

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

chore(deps): bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6 #1946

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/[email protected]
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: [email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}