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

Interface IssuesEvent

src/data/schema.ts:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77export interface IssuesEvent extends BaseEvent {
78 type: 'IssuesEvent';
79 payload: {
80 action: 'opened' | 'closed' | 'reopened';
81 issue: Issue;
82 };
83}
84
85export interface IssueCommentEvent extends BaseEvent {
86 type: 'IssueCommentEvent';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected