Skip to content

Commit c2e4973

Browse files
author
Jason Beck
committed
Make MR descriptions optional
1 parent b860365 commit c2e4973

File tree

1 file changed

+1
-1
lines changed
  • danger-kotlin-library/src/main/kotlin/systems/danger/kotlin/models/gitlab

1 file changed

+1
-1
lines changed

danger-kotlin-library/src/main/kotlin/systems/danger/kotlin/models/gitlab/GitLab.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ data class GitLabMergeRequest(
4747
val closedAt: Instant? = null,
4848
@SerialName("closed_by")
4949
val closedBy: GitLabUser? = null,
50-
val description: String,
50+
val description: String? = null,
5151
@SerialName("diff_refs")
5252
val diffRefs: GitLabDiffRefs,
5353
val downvotes: Int,

0 commit comments

Comments
 (0)