Closed manchicken closed 9 months ago
BREAKING CHANGE WARNING: This changes the return type of the builder from Result<models::repos::MergeCommit> to Result<Option<models::repos::MergeCommit>>.
Result<models::repos::MergeCommit>
Result<Option<models::repos::MergeCommit>>
I do think that this is the cleanest approach to this problem, but I don't like introducing breaking changes.
Thank you for your PR!
BREAKING CHANGE WARNING: This changes the return type of the builder from
Result<models::repos::MergeCommit>
toResult<Option<models::repos::MergeCommit>>
.