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

Improvement: Include Forked repositories in GHRepositorySearchBuilder #1174

Closed
tied opened this issue Jun 3, 2021 · 1 comment · Fixed by #1188
Closed

Improvement: Include Forked repositories in GHRepositorySearchBuilder #1174

tied opened this issue Jun 3, 2021 · 1 comment · Fixed by #1188

Comments

@tied
Copy link

tied commented Jun 3, 2021

As a user of your library,
I want to use the GHRepositorySearchBuilder class to find my forked repositories
so that I'm able to automate fetch upstream.

Current implementation

The GHRepositorySearchBuilder has a forks method. But this is for searching for how many time a repository was forked and not if the repository itself is a fork.

Expected implementation

Add a fork method to GHRepositorySearchBuilder so that t can add the parameters true or only to search for repositories that I have forked.

References

@tied
Copy link
Author

tied commented Jun 3, 2021

That would be the required changes: tied@af82b8b

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

Successfully merging a pull request may close this issue.

2 participants