-
Notifications
You must be signed in to change notification settings - Fork 745
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
GHPullRequest for more than one Repo #681
Comments
@namanbada0606 This library generally has attempted to match the GitHub REST API behavior with some improvements to make things all little smoother where possible. Each Pull Request is part of as single repository. I'm unclear about what the behavior it is you'd like to see. What would you like to be able to do after Thanks! |
Thank you @bitwiseman for your comments, Here is what i'm using currently ./scripts/hubcli list-pull-requests myOrg/myRepo Its basically runs - java ListPullRequests myOrg/myRepo This is returning PRs mapped to myRepo while i wish to do this for more repo's under same "myOrg" For instance: So that under one Org with diff reports i can produce a single report Thanks |
@namanbada0606 This sounds like an issue to be fixed in the https://github.com/sebkur/github-cli project. Or as a new layer of this project (it is outside the scope of the current " match the GitHub REST API behavior" philosophy). Or it could be done using GitHub v4 GraphQL API, but that is also outside the current scope. |
Ah! It's ideal to support at this library level instead of the app |
@namanbada0606 |
Sure, No worries. |
Describe the bug
Firstly wanted to say BIG THANK YOU for this great library, it's really my team a big way.
Context:
Class GHPullRequest currently handles for one repo to pull PR, how do I leverage the same for more than one repo? Is this a currently limited to ONE ?
To Reproduce
Steps to reproduce the behavior:
clone https://github.com/sebkur/github-cli
./gradlew clean create
./scripts/hubcli list-pull-requests
Expected behavior
We should require more than one repo
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: