Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

fix(enterprise-teams): use read-only language in data source Descriptions#44

Merged
vmvarela merged 1 commit intomasterfrom
enterprise-teams
Mar 20, 2026
Merged

fix(enterprise-teams): use read-only language in data source Descriptions#44
vmvarela merged 1 commit intomasterfrom
enterprise-teams

Conversation

@vmvarela
Copy link
Copy Markdown
Owner

Summary

Replace "Lists..." with "Retrieves information about..." in two data sources that incorrectly used mutation-implying language:

  • data_source_github_enterprise_teams.go: "Lists all GitHub enterprise teams...""Retrieves information about all GitHub enterprise teams..."
  • data_source_github_enterprise_team_organizations.go: "Lists organizations assigned...""Retrieves information about organizations assigned..."

Data sources are read-only; their Description must use "Gets/Retrieves information about...", not "Manages" or "Lists". Consistent with provider conventions and reviewer feedback on upstream PR #3008.

Closes #24

…ions

Replace "Lists..." with "Retrieves information about..." in:
- data_source_github_enterprise_teams.go
- data_source_github_enterprise_team_organizations.go

Data sources are read-only; their Description must not imply mutation.
Consistent with provider conventions and reviewer feedback on upstream
PR integrations#3008.

Closes #24
@vmvarela vmvarela added type:bug Something isn't working enterprise-teams Related to the enterprise-teams feature branch labels Mar 20, 2026
@github-actions github-actions Bot added the type:feature New functionality label Mar 20, 2026
@vmvarela vmvarela merged commit bb80981 into master Mar 20, 2026
7 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enterprise-teams Related to the enterprise-teams feature branch type:bug Something isn't working type:feature New functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(enterprise-teams): data source Descriptions must use "Retrieves/Gets", not "Manages"

1 participant