[aw] Add missing Android PR reviewer tools - #12664
Merged
Merged
Conversation
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix missing tools reported in Android PR reviewer
[aw] Add missing Android PR reviewer tools
Sep 3, 2026
jonathanpeppers
marked this pull request as ready for review
September 3, 2026 16:27
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are narrowly scoped to workflow tool permissions and the regenerated lockfile correctly reflects the new allowances.
Pull request overview
This PR fixes the Android PR Reviewer agentic workflow’s missing tool permissions that previously caused timeouts/failures when the agent tried to (1) fetch external documentation and (2) page through large diffs using sed.
Changes:
- Allow
sedin the workflow’sbashtool allowlist to support bounded diff inspection. - Enable the built-in
web-fetchtool so the agent can retrieve external documentation. - Recompile and update
android-reviewer.lock.ymlso the generated runtime allow-tool flags match the updated permissions.
File summaries
| File | Description |
|---|---|
.github/workflows/android-reviewer.md |
Adds sed to allowed shell commands and enables web-fetch in the workflow tool configuration. |
.github/workflows/android-reviewer.lock.yml |
Regenerated lockfile reflecting shell(sed) and web_fetch permissions in the compiled runner invocation. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
simonrozsival
approved these changes
Sep 3, 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 Android PR Reviewer could not fetch external documentation or filter large diffs, contributing to agent timeout and workflow failure.
web-fetchtool.sedfor bounded diff inspection.android-reviewer.lock.ymlwith the updated permissions.