diff --git a/.changeset/tough-sloths-spend.md b/.changeset/tough-sloths-spend.md index f88c3e14c3..ed6a4ab366 100644 --- a/.changeset/tough-sloths-spend.md +++ b/.changeset/tough-sloths-spend.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-backend-module-github-org': patch --- -Added pageSizes configuration schema to support configurable page sizes for GitHub GraphQL API queries. This enables the configuration to be defined in catalogModuleGithubOrgEntityProvider. +Added configurable `pageSizes` for GitHub GraphQL API queries to prevent `RESOURCE_LIMITS_EXCEEDED` errors with organizations with large number of teams and members. Please see the [GitHub Org Data documentation](https://backstage.io/docs/integrations/github/org#configuration-details) for new configuration options.