Skip to content

Add the Parquet level-prepass data model, selector and allocation #32816

Add the Parquet level-prepass data model, selector and allocation

Add the Parquet level-prepass data model, selector and allocation #32816

Workflow file for this run

name: "Auto Assign PR"

Check warning on line 1 in .github/workflows/auto-assign.yml

View workflow run for this annotation

GitHub Actions / Auto Assign PR

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on: # zizmor: ignore[dangerous-triggers]
pull_request_target:
types:
- opened
- reopened
- synchronize
jobs:
add_assignees:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: ${{ ! github.event.pull_request.merged }}
steps:
- uses: actions-ecosystem/action-add-assignees@ce5019e63cc4f35aba27308dc88d19c8f3686747 # v1
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
assignees: ${{ github.actor }}