From ce2ad7f7182fdfef9ecec888b2e5b3c5fef86b28 Mon Sep 17 00:00:00 2001 From: Abhishek Bvs <32136294+abhishekbvs@users.noreply.github.com> Date: Sat, 25 Oct 2025 15:13:35 +0530 Subject: [PATCH] Update .changeset/tough-sloths-spend.md Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Abhishek Bvs <32136294+abhishekbvs@users.noreply.github.com> --- .changeset/tough-sloths-spend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.