Skip to content

feat(java-server-sdk-redis-store): Add username/password authentication support for Redis 6.0+ #176

feat(java-server-sdk-redis-store): Add username/password authentication support for Redis 6.0+

feat(java-server-sdk-redis-store): Add username/password authentication support for Redis 6.0+ #176

Workflow file for this run

name: Lint PR title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Verify the PR title matches conventional commit spec.
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}