Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(derived_code_mappings): Fetch all repos #84328

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

armenzg
Copy link
Member

@armenzg armenzg commented Jan 30, 2025

During the refactor in #83705, I assumed we would take #83984; however, that did not end up being the case.

This fixes the bug I introduced.

During the refactor in #83705 I made the assumption that we would take #83984, however, that's not the case.

This fixes the bug I introduced.
@armenzg armenzg self-assigned this Jan 30, 2025
@armenzg armenzg marked this pull request as ready for review January 30, 2025 19:20
@armenzg armenzg requested review from a team as code owners January 30, 2025 19:20
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 30, 2025
@armenzg armenzg requested a review from cathteng January 30, 2025 19:21
@@ -88,7 +90,7 @@ def _populate_repositories(self) -> list[dict[str, str]]:
"full_name": repo_info["identifier"],
"default_branch": repo_info["default_branch"],
}
for repo_info in self.get_repositories()
for repo_info in self.get_repositories(fetch_max_pages=True)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what it used to be before I switched over.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant