Skip to content

ci(dependabot): changes from auto-merge from "merge" to "squash" #1788

ci(dependabot): changes from auto-merge from "merge" to "squash"

ci(dependabot): changes from auto-merge from "merge" to "squash" #1788

name: Conventional Commit
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- edited
jobs:
validate-pr-title:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Ensure PR Title Conforms To Conventional Commit Message
uses: ytanikin/[email protected]
with:
## cspell:words prefeature
task_types: '["feature","prefeature","fix","docs","tests","build","ci","refactor","chore","revert","linter","types","style"]'