Skip to content

chore(deps): Bump ioredis from 5.8.2 to 5.9.0 in the production-dependencies group #941

chore(deps): Bump ioredis from 5.8.2 to 5.9.0 in the production-dependencies group

chore(deps): Bump ioredis from 5.8.2 to 5.9.0 in the production-dependencies group #941

Workflow file for this run

---
name: Semantic PR
on:
pull_request:
types:
- opened
- edited
- synchronize
workflow_dispatch:
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
pull-requests: read
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}