Skip to content

feat(python): support dynamodb, sns, ses #759

feat(python): support dynamodb, sns, ses

feat(python): support dynamodb, sns, ses #759

name: Pull Request Lint
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
branches-ignore:
- mergify/merge-queue/*
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |-
feat
fix
docs
chore
rfc
revert
bedrock
budget
cdk8s
checks
cognito
containers
dynamodb
eventbridge
fifoqueue
github
jwt
lock
messagefanout
ngrok
openai
postgres
python
react
redis
sagemaker
ses
simtools
slack
sns
tf
tsoa
vite
websockets
subjectPattern: ^[^A-Z][^:]+[^.]$
subjectPatternError: Subject must start with a lowercase, should not include ':'
and should not end with a period
requireScope: false