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

Interface PullRequest

src/data/schema.ts:50–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export interface PullRequest {
51 id: number;
52 number: number;
53 title: string;
54 body: string | null;
55 state: string;
56 user: {
57 id: number;
58 login: string;
59 };
60 merged: boolean;
61 merged_at: string | null;
62 created_at: string;
63 updated_at: string;
64}
65
66export interface Comment {
67 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected