Skip to content

refactor: remove direct dependency on redis-rb #53

refactor: remove direct dependency on redis-rb

refactor: remove direct dependency on redis-rb #53

name: Conventional Commits PR title
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
conventional-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
types: |
build
ci
chore
docs
feat
fix
perf
revert
refactor
style
test
requireScope: false