Skip to content

Commit acfbbf6

Browse files
authored
Merge pull request #609 from kvvzr/fix/gitlab-repo-description-optional
2 parents 9f2d6b8 + be8a47f commit acfbbf6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
## Master
1515

16+
- Allow optional GitLab MR description [@kvvzr][] - [#609](https://github.com/danger/swift/pull/609)
17+
1618
## 3.18.1
1719

1820
- Update Node version to 18.x [@hasanabuzayed][] - [#607](https://github.com/danger/swift/pull/607)

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)