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.
The upstream reviewer (@deiga) asked whether we should drop team_id support and accept only team_slug, since the GitHub API is moving away from Team ID APIs.
Decision: use only team_slug for consistency and simplicity.
Acceptance Criteria
Remove team_id field from data_source_github_enterprise_team
Remove team_id field from resource_github_enterprise_team
Remove team_id field from resource_github_enterprise_team_membership
Remove team_id field from resource_github_enterprise_team_organizations
Remove findEnterpriseTeamByID helper (no longer needed)
Description
The upstream reviewer (@deiga) asked whether we should drop
team_idsupport and accept onlyteam_slug, since the GitHub API is moving away from Team ID APIs.Decision: use only
team_slugfor consistency and simplicity.Acceptance Criteria
team_idfield fromdata_source_github_enterprise_teamteam_idfield fromresource_github_enterprise_teamteam_idfield fromresource_github_enterprise_team_membershipteam_idfield fromresource_github_enterprise_team_organizationsfindEnterpriseTeamByIDhelper (no longer needed)team_id-based test stepsNotes
Upstream PR: integrations#3008