Skip to content

Distinguish between Issues and Pull Requests #5

@volbap

Description

@volbap

Github API treats both as issues. In order to distinguish them, we would need 2 requests per repo:

  • Repo GET - for basic repo's information (forks, stars) - we do have this one currently
  • Repo's issues GET - for issues and pull requests. From this response, we can separate them out. Be aware, this request is paginated.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions