Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle PullRequestEvent where related PR has empty body
It doesn't seem to be covered in the github docs but it is possible to create a pull request with no body/description in which case the body is sent as Null which fails to decode ``` λ> eitherDecodeStrict b :: Either String PullRequestEvent Left "Error in $['pull_request'].body: expected Text, encountered Null" ```
- Loading branch information