diff --git a/app/repos.go b/app/repos.go index 8ecef40..da7bb32 100644 --- a/app/repos.go +++ b/app/repos.go @@ -287,6 +287,7 @@ func getRepos(c appengine.Context, githubClient *github.Client, account *Account pageClientOrgRepos, response, err := githubClient.Repositories.ListByOrg( *org.Login, &github.RepositoryListByOrgOptions{ + Type: "member", ListOptions: github.ListOptions{ Page: page, PerPage: 100,