MCPcopy Create free account
hub / github.com/braintrustdata/bash-agent-evals / PullRequestReviewCommentEvent

Interface PullRequestReviewCommentEvent

src/data/schema.ts:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103export interface PullRequestReviewCommentEvent extends BaseEvent {
104 type: 'PullRequestReviewCommentEvent';
105 payload: {
106 action: 'created';
107 pull_request: PullRequest;
108 comment: Comment;
109 };
110}
111
112export interface PushEvent extends BaseEvent {
113 type: 'PushEvent';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected