From 3e596205cd3130d6059801d312296c8a6d03547a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Date: Sat, 25 Jul 2026 22:24:12 -0400 Subject: [PATCH] Subscribe the ai-flow caller to pull_request_review (submitted) Co-authored-by: Cursor --- .github/workflows/ai-commands.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ai-commands.yml b/.github/workflows/ai-commands.yml index aa0d1f4..00498ac 100644 --- a/.github/workflows/ai-commands.yml +++ b/.github/workflows/ai-commands.yml @@ -12,6 +12,10 @@ on: types: [created] pull_request_review_comment: types: [created] + # Review summaries: a command in the review's summary text dispatches too + # (submitted only — edits and dismissals never re-fire a command). + pull_request_review: + types: [submitted] permissions: contents: write