diff --git a/utils/patchWorkflowRunFields.ts b/utils/patchWorkflowRunFields.ts index 57c29ae..a85d2d7 100644 --- a/utils/patchWorkflowRunFields.ts +++ b/utils/patchWorkflowRunFields.ts @@ -14,7 +14,6 @@ export type WorkflowRunArtifactPatchKey = | "issueNodeId" | "reviewNodeId" | "planCommentNodeId" - | "summaryCommentNodeId" | "summarySnapshot"; /** @@ -38,7 +37,6 @@ const STRING_KEYS: WorkflowRunArtifactPatchKey[] = [ "issueNodeId", "reviewNodeId", "planCommentNodeId", - "summaryCommentNodeId", "summarySnapshot", ];