From afb1e441875caddee0559d806caccfb4d3fc9f87 Mon Sep 17 00:00:00 2001 From: Stijnus <72551117+Stijnus@users.noreply.github.com> Date: Fri, 24 Jan 2025 17:05:27 +0100 Subject: [PATCH] Update ConnectionsTab.tsx --- app/components/settings/connections/ConnectionsTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/settings/connections/ConnectionsTab.tsx b/app/components/settings/connections/ConnectionsTab.tsx index b56c0ee6..e2431f67 100644 --- a/app/components/settings/connections/ConnectionsTab.tsx +++ b/app/components/settings/connections/ConnectionsTab.tsx @@ -103,7 +103,7 @@ export default function ConnectionsTab() { // Fetch repositories - only owned by the authenticated user const reposResponse = await fetch( - 'https://api.github.com/user/repos?sort=updated&per_page=10&affiliation=owner', + 'https://api.github.com/user/repos?sort=updated&per_page=10&affiliation=owner,organization_member,collaborator', { headers: { Authorization: `Bearer ${token}`,