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
13 changes: 9 additions & 4 deletions .github/workflows/ai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ name: AI Code Review
run-name: Running AI code review on ${{ github.actor }}'s branch

on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
issue_comment:
types: [created]
workflow_dispatch:
# Disabling this workflow for now, as it requires a paid Gemini Token.
# Graphite's AI review is also turned on, but doesn't take the notion ticket into the context.

#on:
# pull_request:
# types: [opened, reopened, ready_for_review, synchronize]
# issue_comment:
# types: [created]

permissions:
contents: write
Expand Down
Loading