Skip to content

Commit 21e6a73

Browse files
committed
Remove unnecessary change
1 parent d5eab3a commit 21e6a73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/api/v1/utils/hook.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ func addHook(ctx *context.APIContext, form *api.CreateHookOption, ownerID, repoI
198198
webhook_module.HookEventPullRequestAssign: pullHook(form.Events, string(webhook_module.HookEventPullRequestAssign)),
199199
webhook_module.HookEventPullRequestLabel: pullHook(form.Events, string(webhook_module.HookEventPullRequestLabel)),
200200
webhook_module.HookEventPullRequestMilestone: pullHook(form.Events, string(webhook_module.HookEventPullRequestMilestone)),
201-
webhook_module.HookEventPullRequestComment: pullHook(form.Events, string(webhook_module.HookEventPullRequestComment)),
202201
webhook_module.HookEventPullRequestReview: pullHook(form.Events, "pull_request_review"),
203202
webhook_module.HookEventPullRequestReviewRequest: pullHook(form.Events, string(webhook_module.HookEventPullRequestReviewRequest)),
204203
webhook_module.HookEventPullRequestSync: pullHook(form.Events, string(webhook_module.HookEventPullRequestSync)),

0 commit comments

Comments
 (0)