File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
danger-kotlin-library/src/main/kotlin/systems/danger/kotlin/models/gitlab Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1212-->
1313## Master
1414
15+ - Make ` force_remove_source_branch ` nullable in GitLab Merge request entity [ @davidbilik ] - [ #197 ] ( https://github.com/danger/kotlin/pull/197 )
16+
1517# 1.0.0-beta4, 1.0.0
1618
1719- 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(
5454 @SerialName(" first_deployed_to_production_at" )
5555 val firstDeployedToProductionAt : Instant ? = null ,
5656 @SerialName(" force_remove_source_branch" )
57- val forceRemoveSourceBranch : Boolean ,
57+ val forceRemoveSourceBranch : Boolean? ,
5858 val id : Int ,
5959 val iid : Int ,
6060 @SerialName(" latest_build_finished_at" )
You can’t perform that action at this time.
0 commit comments