From 28dd84e5e695158f4c594b0e23b85982884b1090 Mon Sep 17 00:00:00 2001 From: Toshihiko SHIMOKAWA Date: Wed, 10 Jun 2026 18:04:53 +0900 Subject: [PATCH] ci: re-review on push (add synchronize) --- .github/workflows/ai-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}