Merge branch 'main' into fix/fetch-package

This commit is contained in:
Ola Hungerford
2025-03-28 21:04:54 -07:00
committed by GitHub
8 changed files with 746 additions and 121 deletions

View File

@@ -157,7 +157,7 @@ export const GitHubLabelSchema = z.object({
name: z.string(),
color: z.string(),
default: z.boolean(),
description: z.string().optional(),
description: z.string().nullable().optional(),
});
export const GitHubMilestoneSchema = z.object({