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

chore(deps-dev): bump @commitlint/config-conventional #1514

chore(deps-dev): bump @commitlint/config-conventional

chore(deps-dev): bump @commitlint/config-conventional #1514

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