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

Commit 9c7adc2

Browse files
update
1 parent e06c5d8 commit 9c7adc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphql_api/types/owner/owner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ def resolve_repositories(
7777
current_owner, owner, filters, okta_account_auths, exclude_okta_enforced_repos
7878
)
7979

80+
queryset = queryset.order_by("-coverage_enabled", "id")
81+
8082
return queryset_to_connection(
8183
queryset,
8284
ordering=(ordering, RepositoryOrdering.ID),

0 commit comments

Comments
 (0)