Skip to content

build(deps): bump fast-xml-parser, @aws-sdk/client-dynamodb, @aws-sdk/client-ecr, @aws-sdk/client-ecs, @aws-sdk/client-lambda, @aws-sdk/client-s3, @aws-sdk/client-sagemaker-a2i-runtime, @aws-sdk/client-sfn, @aws-sdk/lib-dynamodb and @aws-sdk/s3-request-presigner #25

build(deps): bump fast-xml-parser, @aws-sdk/client-dynamodb, @aws-sdk/client-ecr, @aws-sdk/client-ecs, @aws-sdk/client-lambda, @aws-sdk/client-s3, @aws-sdk/client-sagemaker-a2i-runtime, @aws-sdk/client-sfn, @aws-sdk/lib-dynamodb and @aws-sdk/s3-request-presigner

build(deps): bump fast-xml-parser, @aws-sdk/client-dynamodb, @aws-sdk/client-ecr, @aws-sdk/client-ecs, @aws-sdk/client-lambda, @aws-sdk/client-s3, @aws-sdk/client-sagemaker-a2i-runtime, @aws-sdk/client-sfn, @aws-sdk/lib-dynamodb and @aws-sdk/s3-request-presigner #25

# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
name: pull-request-lint
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
- edited
merge_group: {}
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target')
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |-
feat
fix
chore
requireScope: false