Skip to content

Commit

Permalink
Merge pull request #609 from kvvzr/fix/gitlab-repo-description-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Sep 5, 2024
2 parents 9f2d6b8 + be8a47f commit acfbbf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

## Master

- Allow optional GitLab MR description [@kvvzr][] - [#609](https://github.com/danger/swift/pull/609)

## 3.18.1

- Update Node version to 18.x [@hasanabuzayed][] - [#607](https://github.com/danger/swift/pull/607)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Danger/GitLabDSL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public extension GitLab {
public let changesCount: String
public let closedAt: Date?
public let closedBy: User?
public let description: String
public let description: String?
public let diffRefs: DiffRefs
public let downvotes: Int
public let firstDeployedToProductionAt: Date?
Expand Down

0 comments on commit acfbbf6

Please sign in to comment.