Skip to content

FIX: Fix PolygonData intersection_type API #820

FIX: Fix PolygonData intersection_type API

FIX: Fix PolygonData intersection_type API #820

Workflow file for this run

name: Template Validation
on:
pull_request:
types: [opened, edited, synchronize]
branches:
- main
workflow_dispatch:
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run a PR title validation
run: grep -E "^(CI:|DOC:|REFACT:|FIX:|MAINT:|TEST:|FEATURE:)" <<< "${{ github.event.pull_request.title }}"