We're working on adding stricter validation in the GitHub REST API, and uncovering all sorts of goodies and inconsistencies. ✨
In the Create organization hook endpoint we noticed the following errors come through with the google/go-github
user agent:
'"created_at", "updated_at" are not permitted keys.'
Would you have a moment to check if this is encoded into the library, or whether this is a user error, as seen in #992 ?