-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add missing property to pull_request.{review_requested, review_request_removed} #322
Conversation
…_request_removed}
cf47346
to
36ce7b3
Compare
@G-Rath I've got a payload that I tried to use to validate the schema, and it didn't pass even with the schema edits. GitHub had trouble sending it in a webhook the connection timed out. The payload size is only ~29kB Webhook payload for
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wolfy1339 I've not had any issues with the function for these events - maybe it was just a fluke at Azures end?
I think lets just merge and deploy these schema changes, and then give it another try :)
🎉 This PR is included in version 3.51.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds 2 new payloads to help verify the edits to the schemas. (Can be ticked off in #301 once merged)