fix merge issue

This commit is contained in:
奶爸
2018-05-08 22:09:43 +08:00
parent c9c9d981d7
commit 3e1bb69b7d
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const (
PullRequestDeclinedEvent Event = "pullrequest:rejected"
PullRequestCommentCreatedEvent Event = "pullrequest:comment_created"
PullRequestCommentUpdatedEvent Event = "pullrequest:comment_updated"
PullRequestCommentDeletedEvent Event = "pull_request:comment_deleted"
PullRequestCommentDeletedEvent Event = "pullrequest:comment_deleted"
)
// New creates and returns a WebHook instance denoted by the Provider type