pydantic / hooky

Productivity tools for popular open source repos, used by pydantic

Home Page:https://github.com/apps/pydantic-hooky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on Issue Event

lig opened this issue · comments

Jun 27 10:26:25 AM    ValidationError: 4 validation errors for ParsingModel[Union[IssueEvent, PullRequestReviewEvent, PullRequestUpdateEvent]]
Jun 27 10:26:25 AM    __root__ -> comment
Jun 27 10:26:25 AM      field required (type=value_error.missing)
Jun 27 10:26:25 AM    __root__ -> review
Jun 27 10:26:25 AM      field required (type=value_error.missing)
Jun 27 10:26:25 AM    __root__ -> pull_request
Jun 27 10:26:25 AM      field required (type=value_error.missing)
Jun 27 10:26:25 AM    __root__ -> pull_request
Jun 27 10:26:25 AM      field required (type=value_error.missing)
Jun 27 10:26:25 AM  Error parsing request body, no action taken

Fixed in #20