Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

chore(deps): bump constructs from 10.2.60 to 10.2.61 #1443

chore(deps): bump constructs from 10.2.60 to 10.2.61

chore(deps): bump constructs from 10.2.60 to 10.2.61 #1443

name: conventional-commits
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
ci
docs
feat
fix
refactor
test
chore
scopes: |
cmd
deps
deps-dev
requireScope: false
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true