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 c71f0e9 + 43db1ad commit 669bf5fCopy full SHA for 669bf5f
CHANGELOG.md
@@ -14,6 +14,7 @@
14
## Master
15
16
- Make Danger work well with --package-path [@f-meloni][] - [#406](https://github.com/danger/swift/pull/406)
17
+- Make `force_remove_source_branch` Optional in GitLabDSL [@417-72KI][] - [#410](https://github.com/danger/swift/pull/410)
18
19
## 3.7.2
20
Sources/Danger/GitLabDSL.swift
@@ -218,7 +218,7 @@ extension GitLab {
218
public let diffRefs: DiffRefs
219
public let downvotes: Int
220
public let firstDeployedToProductionAt: Date?
221
- public let forceRemoveSourceBranch: Bool
+ public let forceRemoveSourceBranch: Bool?
222
public let id: Int
223
public let iid: Int
224
public let latestBuildFinishedAt: Date?
0 commit comments