Skip to content

Pull request schema parse error #46

@Hagith

Description

@Hagith

Hello, I started experiencing an issue with git-town action. Here is one of the actions failed: https://github.com/coldrun/monorepo-typescript/actions/runs/12139006387/job/33845664491?pr=23

It is quite strange as pull request schema has body marked as string().optional(),, but for given example fails with error:

{
  "code": "invalid_type",
  "expected": "string",
  "received": "null",
  "path": [
    "body"
  ],
  "message": "Expected string, received null"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions