Skip to content

refactor: Las and laz I/O #293

refactor: Las and laz I/O

refactor: Las and laz I/O #293

# This workflow checks that pull request titles adhere to the conventional commits format
name: PR Conventional Commit Validation
on:
pull_request_target:
types: [opened, synchronize, reopened, edited]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
validate-pr-title:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
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'