Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: Adding summary_only field to the organization data source #2326

Merged
merged 3 commits into from
Aug 19, 2024

Conversation

ErikElkins
Copy link
Contributor

Before the change?

  • organization data source pulls all repos and members for the organization. A pull could take several minutes for one large organization.

After the change?

  • organization resource can add summary_only field (similiar to the github_organization_teams resource) which will pull org ID and name. This is useful for github_enterprise_actions_permissions which may pull dozens of organization resources.

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

@nickfloyd nickfloyd merged commit 67dda09 into integrations:main Aug 19, 2024
3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants