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 feedback: use constants for field names (e.g. "name", "slug") in data_source_github_enterprise_teams.go so that renaming a field automatically propagates.
Acceptance Criteria
Define constants for all field name strings used in d.Set() / schema keys in data_source_github_enterprise_teams.go
Description
Reviewer feedback: use constants for field names (e.g.
"name","slug") indata_source_github_enterprise_teams.goso that renaming a field automatically propagates.Acceptance Criteria
d.Set()/ schema keys indata_source_github_enterprise_teams.gomake buildpassesNotes
Upstream PR: integrations#3008