Skip to content

chore: migrate from changesets to nx release #7

chore: migrate from changesets to nx release

chore: migrate from changesets to nx release #7

name: PR Conventional Commit Validation
on:
pull_request:
branches:
- main
- v1-migration
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: PR Conventional Commit Validation
uses: ./.github/actions/PRConventionalCommits-1.3.0
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","build"]'
add_label: false