webhooks.net icon indicating copy to clipboard operation
webhooks.net copied to clipboard

[BUG]: IssuesEvent deserialization fails when action=typed

Open omccully opened this issue 9 months ago • 1 comments

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

omccully avatar Mar 28 '25 17:03 omccully

👋 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! 🚀

github-actions[bot] avatar Mar 28 '25 17:03 github-actions[bot]

FYI, I ran into this too, so I raised https://github.com/octokit/webhooks.net/pull/698 which should fix it.

DavidBoike avatar Jun 11 '25 21:06 DavidBoike