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