Skip to content

Commit

Permalink
Make MR descriptions optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Beck committed Oct 15, 2024
1 parent b860365 commit c2e4973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ data class GitLabMergeRequest(
val closedAt: Instant? = null,
@SerialName("closed_by")
val closedBy: GitLabUser? = null,
val description: String,
val description: String? = null,
@SerialName("diff_refs")
val diffRefs: GitLabDiffRefs,
val downvotes: Int,
Expand Down

0 comments on commit c2e4973

Please sign in to comment.