You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Reviewer question: should listAllEnterpriseTeamOrganizations be in util_enterprise_teams.go instead of being defined inside the data source? Yes — shared pagination helpers belong in util_enterprise_teams.go.
Acceptance Criteria
Move listAllEnterpriseTeamOrganizations from data_source_github_enterprise_team_organizations.go (or wherever it lives) to util_enterprise_teams.go
Description
Reviewer question: should
listAllEnterpriseTeamOrganizationsbe inutil_enterprise_teams.goinstead of being defined inside the data source? Yes — shared pagination helpers belong inutil_enterprise_teams.go.Acceptance Criteria
listAllEnterpriseTeamOrganizationsfromdata_source_github_enterprise_team_organizations.go(or wherever it lives) toutil_enterprise_teams.gomake buildpassesNotes
Upstream PR: integrations#3008