You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove_source_branch: flexibleBoolean.optional().nullable().describe("Flag indicating if a merge request should remove the source branch when merging."),
852
-
squash: flexibleBoolean.optional().nullable().describe("If true, squash all commits into a single commit on merge."),
851
+
remove_source_branch: flexibleBoolean.nullable().default(null).optional().describe("Flag indicating if a merge request should remove the source branch when merging."),
852
+
squash: flexibleBoolean.nullable().default(null).optional().describe("If true, squash all commits into a single commit on merge."),
0 commit comments