diff --git a/.github/workflows/ai-code-review.yml b/.github/workflows/ai-code-review.yml index 1990721..fc2771f 100644 --- a/.github/workflows/ai-code-review.yml +++ b/.github/workflows/ai-code-review.yml @@ -6,7 +6,7 @@ name: AI Code Review on: pull_request: - types: [opened, reopened, ready_for_review] # no synchronize: avoid re-reviewing every push + types: [opened, reopened, ready_for_review, synchronize] # synchronize: re-review on each push. Drop if cost is a concern. concurrency: group: ai-code-review-${{ github.event.pull_request.number }}