From 4e87c13663a2303d969de0369e881582a137e035 Mon Sep 17 00:00:00 2001 From: yaoandy107 Date: Sun, 27 Jul 2025 22:25:55 +0800 Subject: [PATCH] fix: add missing issue_comment trigger The code review job includes a condition to run on an `issue_comment` event, but the workflow trigger was missing. This change adds the necessary `issue_comment` trigger, allowing the workflow to be manually invoked by a PR comment. --- examples/gemini-pr-review.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/gemini-pr-review.yml b/examples/gemini-pr-review.yml index 94e6df7..f630235 100644 --- a/examples/gemini-pr-review.yml +++ b/examples/gemini-pr-review.yml @@ -3,6 +3,8 @@ name: 🧐 Gemini Pull Request Review on: pull_request: types: [opened] + issue_comment: + types: [created] pull_request_review_comment: types: [created] pull_request_review: