Skip to content

GHCommentAuthorAssociation MANNEQUIN missing #1716

@HelvetiaAppDev

Description

@HelvetiaAppDev

Describe the bug
In the enum GHCommentAuthorAssociation there can come another value that can not be parsed: MANNEQUIN
Also see: https://docs.github.com/en/graphql/reference/enums#commentauthorassociation

Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `org.kohsuke.github.GHCommentAuthorAssociation` from String "MANNEQUIN": not one of the values accepted for Enum class: [OWNER, FIRST_TIMER, NONE, MEMBER, CONTRIBUTOR, COLLABORATOR, FIRST_TIME_CONTRIBUTOR]

To Reproduce
Try to get revuew comments of with an unclaimed user as author.

Expected behavior
No error.

Additional context
This value is possible for migrated repositories.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions