Skip to content

fix: auth middleware and database error zod #25

fix: auth middleware and database error zod

fix: auth middleware and database error zod #25

Workflow file for this run

name: Auto Assign PR
on:
pull_request:
types: [opened, ready_for_review]
jobs:
auto-assign:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
permissions:
pull-requests: write
steps:
- name: Auto-assign PR
uses: toshimaru/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Add reviewers
uses: madrapps/add-reviewers@v1
with:
reviewers: stoneliuCS,in-mai-space
token: ${{ secrets.GITHUB_TOKEN }}