Skip to content

Prevent consolidation with fragment list in dense arrays if it could result in data loss. #3816

Prevent consolidation with fragment list in dense arrays if it could result in data loss.

Prevent consolidation with fragment list in dense arrays if it could result in data loss. #3816

Workflow file for this run

name: Check PR body
on:
pull_request:
types: [opened, edited]
paths-ignore:
- '_quarto.yml'
- 'quarto-materials/*'
- '**/.md'
- 'doc/source/conf.py'
- 'tiledb/sm/c_api/tiledb_version.h'
jobs:
check_pr_body:
runs-on: ubuntu-20.04
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Run PR body checker
run: |
cat <<'EOF' | scripts/parse_pr.py
${{ github.event.pull_request.body }}
EOF