name: Semantic PR

on:
  pull_request_target:
    types:
      - opened
      - edited
      - synchronize

jobs:
  main:
    uses: ipdxco/unified-github-workflows/.github/workflows/reusable-semantic-pull-request.yml@v1
