Skip to content

Doesn't work on repos that belong to organizations #16

@cbrownrt

Description

@cbrownrt

If a repo belongs to an organization instead of a user, the request for the pulls does not work. I am on an enterprise version, as well.

For example:

https://github.company.com/api/v3/repos/<username>/<reponame>/pulls?head=<username>%3A<branchname>

I can make this work from curl by substituting the organization name for the username:

https://github.company.com/api/v3/repos/<orgname>/<reponame>/pulls?head=<orgname>%3A<branchname>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions