Skip to content

Commit 808c34d

Browse files
author
Martim Pimentel
committed
feat: get merge request default description template on project retrieval
1 parent 067586c commit 808c34d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export const GitLabRepositorySchema = z.object({
103103
container_registry_access_level: z.string().optional(),
104104
issues_enabled: z.boolean().optional(),
105105
merge_requests_enabled: z.boolean().optional(),
106+
merge_requests_template: z.string().optional(),
106107
wiki_enabled: z.boolean().optional(),
107108
jobs_enabled: z.boolean().optional(),
108109
snippets_enabled: z.boolean().optional(),

0 commit comments

Comments
 (0)