Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ on:
description: "Commit SHA to review (passed through from caller workflow_dispatch)."
required: false
type: string
secrets:
OPENAI_API_KEY:
required: true
AI_CODE_REVIEW_APP_ID:
required: false
AI_CODE_REVIEW_PRIVATE_KEY:
required: false
pull_request:
types:
- opened
Expand Down
Loading