portgraph 0.16.1

Data structure library for directed graphs with first-level ports.
Documentation
name: Check Conventional Commits format
on:
  pull_request_target:
    branches:
      - main
    types:
      - opened
      - edited
      - synchronize
      - labeled
      - unlabeled
  merge_group:
    types: [checks_requested]

jobs:
  check-title:
    uses: Quantinuum/hugrverse-actions/.github/workflows/pr-title.yml@main
    secrets:
      GITHUB_PAT: ${{ secrets.HUGRBOT_PAT }}