Merged
Conversation
7ecf1bc to
8820398
Compare
Signed-off-by: Derek Misler <derek.misler@docker.com>
8820398 to
7cf0b19
Compare
rumpl
approved these changes
Apr 24, 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.
Summary
This PR optimizes the PR review workflow for speed and reliability by improving artifact download authentication, refining agent delegation logic, and reducing false positives in code analysis. Key improvements include using a GitHub App token for cross-run artifact downloads, enhanced merge-base detection with fallbacks, and restructuring the verifier to use inline code context instead of file access to stay within token budgets.
Testing locally a few times, review time is down from ~15 minutes to under 4 minutes, so that's nice.
Changes
Workflow & Authentication (
.github/workflows/review-pr.yml):actions: readpermission from workflow and job-level declarationssetup-credentialsstep to establish GitHub App token for artifact downloadsAgent Configuration (
review-pr/agents/pr-review.yaml):sonnet-thinkingmodel (high token cost, not used)read_multiple_filesfrom root agent toolset; clarified delegation patterns and error handlinggrep -n) provided by root agent for each findingDecision Logic:
Evals
Closes: https://github.com/docker/gordon/issues/439