diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index bef0af511..9fd324022 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -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