[BUG]: IssuesEvent deserialization fails when action=typed
What happened?
GitHub added a new feature to add a "type" to issues. The "action" value is set to "typed" in these events, but the library fails to deserialize it. If I change the same json to have an action value of "opened", it can deserialize it fine.
Thank you.
Versions
2.4.1 latest
Relevant log output
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀
FYI, I ran into this too, so I raised https://github.com/octokit/webhooks.net/pull/698 which should fix it.