Skip to content

fix infinity loop in RedisUri, add tests for ClusterPartitionOutput (… #472

fix infinity loop in RedisUri, add tests for ClusterPartitionOutput (…

fix infinity loop in RedisUri, add tests for ClusterPartitionOutput (… #472

name: Release Drafter
on:
push:
branches: ['master']
jobs:
update_release_draft:
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}