File tree 2 files changed +3
-1
lines changed
danger-kotlin-library/src/main/kotlin/systems/danger/kotlin/models/gitlab
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 12
12
-->
13
13
## Master
14
14
15
+ - Make ` force_remove_source_branch ` nullable in GitLab Merge request entity [ @davidbilik ] - [ #197 ] ( https://github.com/danger/kotlin/pull/197 )
16
+
15
17
# 1.0.0-beta4, 1.0.0
16
18
17
19
- Create the Danger main instance only once [ @f-meloni ] - [ #185 ] ( https://github.com/danger/kotlin/pull/185 )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ data class GitLabMergeRequest(
54
54
@SerialName(" first_deployed_to_production_at" )
55
55
val firstDeployedToProductionAt : Instant ? = null ,
56
56
@SerialName(" force_remove_source_branch" )
57
- val forceRemoveSourceBranch : Boolean ,
57
+ val forceRemoveSourceBranch : Boolean? ,
58
58
val id : Int ,
59
59
val iid : Int ,
60
60
@SerialName(" latest_build_finished_at" )
You can’t perform that action at this time.
0 commit comments