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 9f2d6b8 + be8a47f commit acfbbf6Copy full SHA for acfbbf6
CHANGELOG.md
@@ -13,6 +13,8 @@
13
14
## Master
15
16
+- Allow optional GitLab MR description [@kvvzr][] - [#609](https://github.com/danger/swift/pull/609)
17
+
18
## 3.18.1
19
20
- Update Node version to 18.x [@hasanabuzayed][] - [#607](https://github.com/danger/swift/pull/607)
Sources/Danger/GitLabDSL.swift
@@ -216,7 +216,7 @@ public extension GitLab {
216
public let changesCount: String
217
public let closedAt: Date?
218
public let closedBy: User?
219
- public let description: String
+ public let description: String?
220
public let diffRefs: DiffRefs
221
public let downvotes: Int
222
public let firstDeployedToProductionAt: Date?
0 commit comments