Skip to content

Pull requests: missing field merged#297

Description

@piegamesde

馃悰 Bug description

I'd like to list some pull request on a repository but it fails with the following error: "missing field merged at line 1 column 16964"

馃憻 Steps to reproduce

The following code fails for me with the error above:

    let github = Github::new(
        concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION")),
        None,
    )?;
    let pulls = github.repo("NixOS", "nixpkgs")
        .pulls()
        .list(&Default::default())
        .await?;

馃實 Your environment

hubcaps version: a9e6616

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions