We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec1c71 commit c8f3eb6Copy full SHA for c8f3eb6
services/webhook/wechatwork.go
@@ -139,7 +139,7 @@ func (f *WechatworkPayload) PullRequest(p *api.PullRequestPayload) (api.Payloade
139
func (f *WechatworkPayload) Review(p *api.PullRequestPayload, event webhook_model.HookEventType) (api.Payloader, error) {
140
var text, title string
141
switch p.Action {
142
- case api.HookIssueSynchronized:
+ case api.HookIssueReviewed:
143
action, err := parseHookPullRequestEventType(event)
144
if err != nil {
145
return nil, err
0 commit comments