To help drive visibility and adoption of AI tooling / workflows at our company, I recently implemented a GHA workflow in one of our dev tooling repos that allows folks to request an Auggie review of a PR in another repo in the org. This uncovered a couple bugs in the review-pr action, where it was trying to post reviews to the workflow repo instead of the PR’s repo. PR reviews should be posted to the repo specified by the repo_name input.
I fixed this in a fork and verified it works, will PR it shortly.