Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 1fe2a50

Browse files
committed
Include collaborator repositories in list
1 parent d0ae1d5 commit 1fe2a50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GitHub.App/Services/RepositoryCloneService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public async Task<ViewerRepositoriesModel> ReadViewerRepositories(HostAddress ad
6666

6767
var affiliation = new RepositoryAffiliation?[]
6868
{
69-
RepositoryAffiliation.Owner
69+
RepositoryAffiliation.Owner, RepositoryAffiliation.Collaborator
7070
};
7171

7272
var repositorySelection = new Fragment<Repository, RepositoryListItemModel>(

0 commit comments

Comments
 (0)