File tree 2 files changed +4
-1
lines changed
danger-kotlin-library/src/main/kotlin/systems/danger/kotlin/models/gitlab
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 13
13
## Master
14
14
- Update ` Kotlin ` to ` 1.7.0 ` and added support for Apple Silicon Chipset [ @gianluz ] - [ #231 ] ( https://github.com/danger/kotlin/pull/231 )
15
15
16
+ # 1.1.1
17
+ - Make GitLab approvals_before_merge variable nullable [ #227 ] ( https://github.com/danger/kotlin/pull/227 )
18
+
16
19
# 1.1.0
17
20
18
21
- 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(
38
38
@SerialName(" allow_maintainer_to_push" )
39
39
val allowMaintainerToPush : Boolean = false ,
40
40
@SerialName(" approvals_before_merge" )
41
- val approvalsBeforeMerge : Int = 0 ,
41
+ val approvalsBeforeMerge : Int? = 0 ,
42
42
val assignee : GitLabUser ? = null ,
43
43
val author : GitLabUser ,
44
44
@SerialName(" changes_count" )
You can’t perform that action at this time.
0 commit comments