update comment

This commit is contained in:
km-anthropic
2025-07-29 13:16:09 -07:00
parent b1033b2ba1
commit 21680fe730

View File

@@ -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