Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.6 to 1.28.7 #16

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.6 to 1.28.7

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.6 to 1.28.7 #16

---
name: "Conventional Commits"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
types: |
feat
fix
chore
docs
enhancement
revert
build
ci
style
refactor
perf
test
requireScope: false
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
doesn't start with an uppercase character.