Skip to content

Commit 197231e

Browse files
authored
Merge pull request #285 from mrbass21/gitlabOptionalDescription
Make MR descriptions optional
2 parents 9381885 + 7ecd62c commit 197231e

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)