Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make approvals_before_merge to be nullable #227

Merged
merged 2 commits into from
Jul 17, 2022

Conversation

pinguinjkeke
Copy link
Contributor

@pinguinjkeke pinguinjkeke commented Jun 7, 2022

Details described in #226

@pinguinjkeke pinguinjkeke changed the title Make approvals_before_merge to be nullable. Closes #226. Make approvals_before_merge to be nullable Jun 7, 2022
Copy link
Member

@f-meloni f-meloni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you :)

@@ -38,7 +38,7 @@ data class GitLabMergeRequest(
@SerialName("allow_maintainer_to_push")
val allowMaintainerToPush: Boolean = false,
@SerialName("approvals_before_merge")
val approvalsBeforeMerge: Int = 0,
val approvalsBeforeMerge: Int? = 0,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please also update the CHANGELOG?

Copy link
Contributor Author

@pinguinjkeke pinguinjkeke Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Can't figure out what's wrong with the pipelines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It fails on e: Unable to compile C bridges

@f-meloni f-meloni merged commit 526befd into danger:master Jul 17, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants