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
4 changes: 2 additions & 2 deletions .github/workflows/android-reviewer.lock.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/android-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ safe-outputs:
max: 50
submit-pull-request-review:
max: 1
allowed-events: [COMMENT, REQUEST_CHANGES]
allowed-events: [COMMENT]
---

# Android PR Reviewer
Expand All @@ -65,6 +65,6 @@ A maintainer commented `/review` on this pull request. Perform a thorough code r
- If the same issue appears many times, flag it once listing all affected files.
- Don't flag what CI catches (compiler errors, linter issues).
- Avoid false positives — verify concerns given the full file context and project configuration (TargetFramework, references, available APIs).
- **Never submit an APPROVE event.** Use COMMENT for clean PRs and REQUEST_CHANGES when issues are found.
- **Always submit the review as a COMMENT event.** Never APPROVE or REQUEST_CHANGES — surface issues in the comment body instead.
- Prioritize: bugs > safety > performance > missing tests > duplication > consistency > documentation.
- **Post suggestions as inline comments, not just in the summary.** If a suggestion can't be posted inline, omit it.
Loading