Skip to content

Commit 05db6e0

Browse files
committed
Allow optional GitLab MR description
1 parent 5b4749c commit 05db6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Danger/GitLabDSL.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public extension GitLab {
216216
public let changesCount: String
217217
public let closedAt: Date?
218218
public let closedBy: User?
219-
public let description: String
219+
public let description: String?
220220
public let diffRefs: DiffRefs
221221
public let downvotes: Int
222222
public let firstDeployedToProductionAt: Date?

0 commit comments

Comments
 (0)