From 21680fe7302efa30d410e472a7970a3ea98d2f27 Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Tue, 29 Jul 2025 13:16:09 -0700 Subject: [PATCH] update comment --- src/github/context.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/github/context.ts b/src/github/context.ts index 7be998ae..de04acbf 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