You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: