-
Notifications
You must be signed in to change notification settings - Fork 769
Closed
Labels
Description
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.