From 9aeb3a2888bf34c0710bbf9fbe5f287a2779a919 Mon Sep 17 00:00:00 2001 From: Jerry Feng Date: Mon, 31 Mar 2025 14:03:39 -0400 Subject: [PATCH] fix: sync repo languages also syncs forked repos --- shared/torngit/github.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/torngit/github.py b/shared/torngit/github.py index b21fcd78..005ecf92 100644 --- a/shared/torngit/github.py +++ b/shared/torngit/github.py @@ -520,7 +520,6 @@ class GitHubGraphQLQueries(object): repositories( first: $first ownerAffiliations: OWNER - isFork: false isLocked: false orderBy: {field: NAME, direction: ASC} after: $cursor