Skip to content

Allow non-memory zarr stores in to_zarr with distributed #33

Allow non-memory zarr stores in to_zarr with distributed

Allow non-memory zarr stores in to_zarr with distributed #33

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
if: github.repository == 'dask/dask'
permissions:
# Write permission is required to create a GitHub release
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}