Skip to content

chore(lambda): bump @typescript-eslint/eslint-plugin from 6.3.0 to 6.7.5 in /lambdas #7070

chore(lambda): bump @typescript-eslint/eslint-plugin from 6.3.0 to 6.7.5 in /lambdas

chore(lambda): bump @typescript-eslint/eslint-plugin from 6.3.0 to 6.7.5 in /lambdas #7070

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@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4
- uses: amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9 # ratchet: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