Skip to content

chore: Bump aws-sdk from 2.1244.0 to 2.1646.0 in /modules/webhook/lambdas/webhook #1822

chore: Bump aws-sdk from 2.1244.0 to 2.1646.0 in /modules/webhook/lambdas/webhook

chore: Bump aws-sdk from 2.1244.0 to 2.1646.0 in /modules/webhook/lambdas/webhook #1822

Workflow file for this run

name: "Semantic Check"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
pull-requests: read
jobs:
main:
name: Semantic Commit Message Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: amannn/action-semantic-pull-request@v5
name: Check PR for Semantic Commit Message
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
validateSingleCommit: true
ignoreLabels: release merge