Skip to content

Bump redis from 5.1.1 to 5.2.1 in /api #2164

Bump redis from 5.1.1 to 5.2.1 in /api

Bump redis from 5.1.1 to 5.2.1 in /api #2164

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}