Skip to content

Commit 669bf5f

Browse files
authored
Merge pull request #410 from 417-72KI/protected-branch-on-gitlab
Make `force_remove_source_branch` Optional in GitLabDSL
2 parents c71f0e9 + 43db1ad commit 669bf5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
## Master
1515

1616
- 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)
1718

1819
## 3.7.2
1920

Sources/Danger/GitLabDSL.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ extension GitLab {
218218
public let diffRefs: DiffRefs
219219
public let downvotes: Int
220220
public let firstDeployedToProductionAt: Date?
221-
public let forceRemoveSourceBranch: Bool
221+
public let forceRemoveSourceBranch: Bool?
222222
public let id: Int
223223
public let iid: Int
224224
public let latestBuildFinishedAt: Date?

0 commit comments

Comments
 (0)