[BUG]: ProcessWorkflowRunWebhookAsync not called for `in_progress` messages
justinmchase opened this issue ยท 3 comments
What happened?
The webhook event is not firing for in_progress
webhook messages.
- The handler is missing a case for the
in_progress
event.
But this code appears to filter out all events except for requested
and completed
...
Versions
dotnet 13.0.1
Relevant log output
No response
Code of Conduct
- 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! ๐
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.