Skip to content

feat(graphs): migrate edge builders to torch-cluster #274

feat(graphs): migrate edge builders to torch-cluster

feat(graphs): migrate edge builders to torch-cluster #274

# This workflow ensures that the PR title follows the Conventional Commit format.
name: "[Pull Request] Ensure Conventional Commit in PR title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}