Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Added tests for repos().merges() #560

Merged

Commits on Feb 4, 2024

  1. Added tests for repos().merges()

    - Added a test for 201 cases
    - Added a test for 204 cases
    - Fixed the broken 204 case
    
    **BREAKING CHANGE WARNING**: This changes the
    return type of the builder from
    `Result<models::repos::MergeCommit>` to
    `Result<Option<models::repos::MergeCommit>>`.
    manchicken committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    83cd6f9 View commit details
    Browse the repository at this point in the history