Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/workflows/android-reviewer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .github/workflows/android-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
permissions:
contents: read
pull-requests: read
engine:
id: copilot
model: claude-opus-4.6
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

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

Hard-coding the model here removes the previous ability to override the reviewer model via repository variables (e.g., for forks, GHES, emergency rollbacks, or temporarily switching models if availability changes). Consider keeping a variable-based override with a default of claude-opus-4.6, so the workflow can be adjusted without a PR.

Suggested change
model: claude-opus-4.6
model: ${{ vars.ANDROID_REVIEWER_MODEL || 'claude-opus-4.6' }}

Copilot uses AI. Check for mistakes.
tools:
github:
toolsets: [pull_requests, repos]
Expand Down