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

fix(cost-centers): use third-person verb in data source descriptions#58

Merged
vmvarela merged 1 commit intomasterfrom
cost-centers
Mar 23, 2026
Merged

fix(cost-centers): use third-person verb in data source descriptions#58
vmvarela merged 1 commit intomasterfrom
cost-centers

Conversation

@vmvarela
Copy link
Copy Markdown
Owner

Summary

Changes

Updated Description field in both cost-center data sources and their corresponding docs to follow the AGENTS.md convention (third-person singular verb for data sources).

File Before After
data_source_github_enterprise_cost_center.go "Use this data source to retrieve..." "Retrieves information about a specific GitHub enterprise cost center."
data_source_github_enterprise_cost_centers.go "Use this data source to retrieve..." "Retrieves a list of GitHub enterprise cost centers."
website/docs/d/enterprise_cost_center.html.markdown "Use this data source to retrieve..." "Retrieves information about a specific GitHub enterprise cost center."
website/docs/d/enterprise_cost_centers.html.markdown "Use this data source to list..." "Retrieves a list of GitHub enterprise cost centers."

@vmvarela vmvarela added the type:chore Maintenance, refactoring, tooling label Mar 23, 2026
@github-actions github-actions Bot added type:feature New functionality type:docs Documentation only labels Mar 23, 2026
@vmvarela vmvarela merged commit c450dd2 into master Mar 23, 2026
7 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

type:chore Maintenance, refactoring, tooling type:docs Documentation only type:feature New functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(cost-centers): fix data source descriptions to use third-person verb

1 participant