Skip to content

Commit

Permalink
Allow optional GitLab MR description
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvzr committed May 28, 2024
1 parent 5b4749c commit 05db6e0
Showing 1 changed file with 1 addition and 1 deletion.
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 05db6e0

Please sign in to comment.