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

Interface PullRequestEvent

src/data/schema.ts:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94export interface PullRequestEvent extends BaseEvent {
95 type: 'PullRequestEvent';
96 payload: {
97 action: 'opened' | 'closed' | 'reopened' | 'merged';
98 number: number;
99 pull_request: PullRequest;
100 };
101}
102
103export interface PullRequestReviewCommentEvent extends BaseEvent {
104 type: 'PullRequestReviewCommentEvent';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected