Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 447 Bytes

ai.mdx

File metadata and controls

9 lines (6 loc) · 447 Bytes

AI Implementation Plan

AI Code Review Setup

  • [x] Create GitHub Actions workflow for AI code review using qodo-ai/pr-agent.
  • [x] Configure the workflow trigger, permissions, and action step.
  • [x] Add documentation about required secrets (OPENAI_KEY).

Summary: Created the .github/workflows/ai-code-review.yml workflow file using qodo-ai/pr-agent. The workflow runs on pull request events and requires an OPENAI_KEY secret.