Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Bump @prisma/client from 5.7.0 to 5.11.0 #315

Bump @prisma/client from 5.7.0 to 5.11.0

Bump @prisma/client from 5.7.0 to 5.11.0 #315

Workflow file for this run

name: Auto approve
on:
pull_request:
types:
- labeled
workflow_run:
workflows: [Build API, Build Web, Linting, Build Shared, Auto request changes]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3
if: contains(github.event.label.name, '[Merge] Ready') && github.actor == 'scffs'
with:
github-token: ${{ secrets.TOKEN }}
REVIEW_MESSAGE: "Auto approved automated PR"