Uh oh!
There was an error while loading. Please reload this page.
feat: ACNA-4515 add pr-reviewer workflow - #10
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
🤖 PR Reviewer
The workflow is well-structured with a clear gate-check pattern separating permission validation from the actual review job. The use of environment variables to avoid injection and the fallback handling for the gh api call are good practices. One minor concern is pinning the reusable workflow to @main rather than a specific SHA or tag, which could introduce unexpected changes.
📝 1 suggestion(s) - Please review inline comments below.
💡 How to re-trigger
Comment /review or /pr-reviewer on this PR
Uh oh!
There was an error while loading. Please reload this page.
proposed changes not required
Uh oh!
There was an error while loading. Please reload this page.
Description
Adds an AI-powered PR reviewer workflow that automatically reviews pull requests using Claude via AWS Bedrock. Triggers on PR open/reopen/synchronize and on /review or /pr-reviewer comments by admins or maintainers.
Related Issue
https://jira.corp.adobe.com/browse/ACNA-4515
Motivation and Context
Reduces code review toil by providing automated first-pass reviews with inline suggestions. Part of a broader rollout across App Builder repos.
How Has This Been Tested?
Tested end-to-end in adobe/generator-aio-app — workflow triggers correctly on PR events and /review comments, posts inline suggestions and summary reviews via github-actions[bot].
Screenshots (if appropriate):
Types of changes
Checklist: