[BUG]: New custom property polymorphic values break deserialization #520
Labels
Status: Triage
This is being looked at and prioritized
Type: Bug
Something isn't working as documented
What happened?
Custom Property and Custom Property Value schemas added new
value_types
and updated thedefault_value
andvalue
properties to allow fornull
,string
, orarray
. This breaks deserialization of payloads with Custom Property or Custom Property Values.More importantly, it breaks deserialization for any webhook payload that has a
Repository
property, and thatRepository
includes a custom property value that is an array.Example
workflow_job.completed
that failed to deserialize by the webhook processorVersions
Octokit.Webhooks v2.2.1
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: