Skip to content

Add a method to handle missing BitVector to allow read in from parquet url #7238

Add a method to handle missing BitVector to allow read in from parquet url

Add a method to handle missing BitVector to allow read in from parquet url #7238

Workflow file for this run

name: TagBot
on:
issue_comment: # THIS BIT IS NEW
types:
- created
jobs:
TagBot:
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}