feat: new and updated payload examples with resulting schema changes#813
Conversation
kfcampbell
left a comment
There was a problem hiding this comment.
How did you go about doing this? How come it wasn't caught by the update script?
|
The update script is broken because of the switch in the GitHub docs to the OpenAPI spec, and because the examples have been removed. |
|
I have a webhooks endpoint running on my server that compares incoming webhooks to the schema defined in this repo. It was originally implemented by @G-Rath, as a serverless function to run on Azure, and I modified it to run on express. https://github.com/G-Rath/compare-gh-webhook-to-schema-function |
|
🎉 This PR is included in version 7.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
|
@wolfy1339 fwiw I don't mind migrating the original app to Express/Koa if you like - the serverless function has been shutdown anyway, and it'd give me something to do 🤷 |
Resolves #812
Behavior
Before the change?
After the change?
Other information
Additional info
Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
Type: Breaking changelabel)If
Yes, what's the impact:Pull request type
Please add the corresponding label for change this PR introduces:
Type: Feature