We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b22c8b commit 3b7abe5Copy full SHA for 3b7abe5
danger-kotlin-library/src/main/kotlin/systems/danger/kotlin/models/gitlab/GitLab.kt
@@ -54,7 +54,7 @@ data class GitLabMergeRequest(
54
@SerialName("first_deployed_to_production_at")
55
val firstDeployedToProductionAt: Instant? = null,
56
@SerialName("force_remove_source_branch")
57
- val forceRemoveSourceBranch: Boolean,
+ val forceRemoveSourceBranch: Boolean?,
58
val id: Int,
59
val iid: Int,
60
@SerialName("latest_build_finished_at")
0 commit comments