Default comment reopen to checked

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta
2026-03-20 15:46:01 -05:00
parent cff06c9a54
commit be911754c5
4 changed files with 169 additions and 18 deletions

View File

@@ -65,6 +65,7 @@ export type CreateIssueLabel = z.infer<typeof createIssueLabelSchema>;
export const updateIssueSchema = createIssueSchema.partial().extend({
comment: z.string().min(1).optional(),
reopen: z.boolean().optional(),
hiddenAt: z.string().datetime().nullable().optional(),
});