go-playground / webhooks

:fishing_pole_and_fish: Webhook receiver for GitHub, Bitbucket, GitLab, Gogs
MIT License
950 stars 238 forks source link

Add changes field in to IssuesPayload and IssueCommentPayload of Github #115

Closed yinxulai closed 3 years ago

yinxulai commented 4 years ago

Hooks doc:

yinxulai commented 4 years ago

Why failed for that check? i don't know. please. @Toshik1978

Toshik1978 commented 4 years ago

@yinxulai travis ran on Golang 1.12.1 and has no any dependencies via dep/go modules. But for testing it required testify package, which now dependant on Golang 1.13 (errors.Is/Unwrap). That's reason. Here is about it. https://github.com/stretchr/testify/issues/981