Home
last modified time | relevance | path

Searched refs:HookEventPullRequestComment (Results 1 – 7 of 7) sorted by relevance

/dports/www/gitea/gitea-1.16.5/models/webhook/
H A Dhooktask.go45 HookEventPullRequestComment HookEventType = "pull_request_comment" const
70 case HookEventIssueComment, HookEventPullRequestComment:
H A Dwebhook.go363 {w.HasPullRequestCommentEvent, HookEventPullRequestComment},
/dports/www/gitea/gitea-1.16.5/services/webhook/
H A Ddiscord.go213 case webhook_model.HookEventPullRequestComment:
268 case webhook_model.HookEventPullRequestComment:
H A Dpayloader.go37 case webhook_model.HookEventIssueComment, webhook_model.HookEventPullRequestComment:
H A Dmsteams.go228 case webhook_model.HookEventPullRequestComment:
/dports/www/gitea/gitea-1.16.5/modules/notification/webhook/
H A Dwebhook.go372 …err = webhook_services.PrepareWebhooks(c.Issue.Repo, webhook.HookEventPullRequestComment, &api.Iss…
412 …err = webhook_services.PrepareWebhooks(issue.Repo, webhook.HookEventPullRequestComment, &api.Issue…
456 …err = webhook_services.PrepareWebhooks(comment.Issue.Repo, webhook.HookEventPullRequestComment, &a…
667 reviewHookType = webhook.HookEventPullRequestComment
/dports/www/gitea/gitea-1.16.5/routers/api/v1/utils/
H A Dhook.go128 PullRequestComment: pullHook(form.Events, string(webhook.HookEventPullRequestComment)),