We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
The text was updated successfully, but these errors were encountered:
Fixed by #38
Sorry, something went wrong.
TomMD
Successfully merging a pull request may close this issue.
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).
The text was updated successfully, but these errors were encountered: