Skip to content

feat: AI PR review workflow + fix start_pr_review event - #12

Merged
IsraelAraujo70 merged 1 commit into
mainfrom
feat/ai-pr-review
May 7, 2026
Merged

IsraelAraujo70 merged 1 commit into
mainfrom
feat/ai-pr-review

Conversation

@IsraelAraujo70

Copy link
Copy Markdown
Owner

Summary

  • Add AI PR review workflow (Codex spike) with per-area rubrics and reasoning=high
  • Fix start_pr_review: omit event field when creating a pending review (PENDING is not a valid value for AddPullRequestReviewInput.event)

Test plan

  • CI green
  • Pending review can be started in-app without GraphQL validation error
  • Release workflow fires after merge to main

🤖 Generated with Claude Code

AddPullRequestReviewInput.event does not accept PENDING; passing it
fails GraphQL validation. Omitting the field creates the review in
PENDING state, which is what submit_pr_review later finalizes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@IsraelAraujo70
IsraelAraujo70 merged commit 5fce8a1 into main May 7, 2026
1 of 2 checks passed
@IsraelAraujo70
IsraelAraujo70 deleted the feat/ai-pr-review branch May 7, 2026 13:52
@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown

🔍 PR checks

Type: feat
Areas: area/backend

✅ Merging will trigger a release (minor bump)

feat: triggers a minor bump.

Auto-generated by pr-checks.yml. Edit the PR title to change the verdict.

@github-actions

github-actions Bot commented May 7, 2026

Copy link
Copy Markdown

🤖 AI PR review — failed

The review script did not produce a results file. Check the workflow logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant