Closed
Description
In both practice and documentation the Org Event type needs the invitation and membership fields to be optional. Read https://developer.github.com/webhooks/event-payloads/#organization
Currently these are not Maybe types so the parse of many org events fails (ex: delete a user from an org).