Skip to content

build(deps): bump software.amazon.awssdk:bom from 2.42.27 to 2.42.28 in the all-dependencies group #3876

build(deps): bump software.amazon.awssdk:bom from 2.42.27 to 2.42.28 in the all-dependencies group

build(deps): bump software.amazon.awssdk:bom from 2.42.27 to 2.42.28 in the all-dependencies group #3876

Workflow file for this run

name: "Check for conventional commits format"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Check that PR title follows conventional commits
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}