diff --git a/src/github/context.ts b/src/github/context.ts index 7be998a..de04acb 100644 --- a/src/github/context.ts +++ b/src/github/context.ts @@ -87,7 +87,6 @@ export type ParsedGitHubContext = BaseContext & { export type AutomationContext = BaseContext & { eventName: "workflow_dispatch" | "schedule"; payload: WorkflowDispatchEvent | ScheduleEvent; - // No entityNumber or isPR }; // Union type for all contexts