Skip to content

fix(bvh-region): get_closest now returns the correct closest element #186

fix(bvh-region): get_closest now returns the correct closest element

fix(bvh-region): get_closest now returns the correct closest element #186

Workflow file for this run

name: PR Labeller
on:
pull_request_target:
branches: [main]
types: [opened, reopened, synchronize, edited, labeled, unlabeled]
permissions:
contents: read
pull-requests: write
jobs:
validate_pr_title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@1.4.0
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
add_label: 'true'