You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(middleware): allow payload to be a string
* fix(middleware): don't parse the payload string into JSON
If we don't have `request.body`, don't parse the string payload into JSON, to avoid issues like #775
* style: prettier
* feat(middleware): deprecate passing a payload as JSON in `request.body`
* fix(middleware): test if string can be parsed as JSON
"[@octokit/webhooks] Passing the payload as a JSON object in `request.body` is deprecated and will be removed in a future release of `@octokit/webhooks`, please pass it as a a `string` instead."
0 commit comments