Skip to content

fix: mark the ZodDate as string type in the OpenAPI schema #45

fix: mark the ZodDate as string type in the OpenAPI schema

fix: mark the ZodDate as string type in the OpenAPI schema #45

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
permissions:
contents: read
jobs:
pr-labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}