Skip to content

feat(redis): add Redis Sentinel support #1816

feat(redis): add Redis Sentinel support

feat(redis): add Redis Sentinel support #1816

Workflow file for this run

name: Label PR
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
- run: echo "Done adding labels"