feat: add codex pr reviewer#1235
Conversation
Add a codex pr review action, with allowing only members of orb-platform team as the ones whos pr will be reviewed
d484cc9 to
091a1d1
Compare
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow to automatically run Codex-based PR reviews, gated so only PRs authored by members of the orb-platform team (and non-draft PRs) are reviewed and commented on.
Changes:
- Introduces an
authorizejob that checks PR author membership in theorb-platformGitHub team. - Runs
openai/codex-actionto generate review feedback for eligible PRs. - Posts the generated feedback back to the PR as an issue comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No concrete blocking issues found in the PR changes. I reviewed the new |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
No concrete merge-blocking issues found in the added workflow. |
|
thanks! |
Add a codex pr review action, with allowing only members of orb-platform team as the ones whos pr will be reviewed