Closed justinmchase closed 1 month ago
👋 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! 🚀
Hi @justinmchase, I experimented the same bug in my current project. I was also able to reproduce it in the AspNetCore Sample.
I just send the potential fix (which made the sample work).
Thank you, looks perfect.
What happened?
The webhook event is not firing for
in_progress
webhook messages.in_progress
event.But this code appears to filter out all events except for
requested
andcompleted
...Versions
dotnet
13.0.1
Relevant log output
No response
Code of Conduct