File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
danger-kotlin-library/src/main/kotlin/systems/danger/kotlin/models/gitlab Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1313## Master
1414- Update ` Kotlin ` to ` 1.7.0 ` and added support for Apple Silicon Chipset [ @gianluz ] - [ #231 ] ( https://github.com/danger/kotlin/pull/231 )
1515
16+ # 1.1.1
17+ - Make GitLab approvals_before_merge variable nullable [ #227 ] ( https://github.com/danger/kotlin/pull/227 )
18+
1619# 1.1.0
1720
1821- Add support of BitBucketCloud [ @vchernyshov ] - [ #214 ] ( https://github.com/danger/kotlin/pull/214 )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ data class GitLabMergeRequest(
3838 @SerialName(" allow_maintainer_to_push" )
3939 val allowMaintainerToPush : Boolean = false ,
4040 @SerialName(" approvals_before_merge" )
41- val approvalsBeforeMerge : Int = 0 ,
41+ val approvalsBeforeMerge : Int? = 0 ,
4242 val assignee : GitLabUser ? = null ,
4343 val author : GitLabUser ,
4444 @SerialName(" changes_count" )
You can’t perform that action at this time.
0 commit comments