feat: increase viewable PRs in Expert Mode from 30 to 100#132
Merged
Conversation
Co-authored-by: pfeerick <5500713+pfeerick@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add per_page parameter to edgeTxPrs query
Increase edgeTxPrs query limit from 30 to 100 pull requests
Jan 14, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #132 +/- ##
==========================================
- Coverage 44.44% 44.43% -0.01%
==========================================
Files 108 108
Lines 12689 12690 +1
Branches 597 597
==========================================
Hits 5639 5639
- Misses 7042 7043 +1
Partials 8 8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Deploying buddy with
|
| Latest commit: |
1c0cdf7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://904e4d4b.buddy-7a6.pages.dev |
| Branch Preview URL: | https://head.buddy-7a6.pages.dev |
|
EdgeTX Buddy has been automatically deployed to Cloudflare. |
pfeerick
approved these changes
Jan 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
edgeTxPrsGraphQL query was limited to GitHub's default 30 PRs per page, restricting visibility in the PrTargetForm component.Changes
per_page: 100parameter to the GitHub API call inedgeTxPrsresolverThis aligns with the existing pattern used in the
commitsresolver (line 202) and increases the PR limit to GitHub's maximum for non-paginated requests.Original prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.