We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9381885 + 7ecd62c commit 197231eCopy full SHA for 197231e
danger-kotlin-library/src/main/kotlin/systems/danger/kotlin/models/gitlab/GitLab.kt
@@ -47,7 +47,7 @@ data class GitLabMergeRequest(
47
val closedAt: Instant? = null,
48
@SerialName("closed_by")
49
val closedBy: GitLabUser? = null,
50
- val description: String,
+ val description: String? = null,
51
@SerialName("diff_refs")
52
val diffRefs: GitLabDiffRefs,
53
val downvotes: Int,
0 commit comments