From 0ce64962d4c9eeaa7c9e4da84a4702f03927055a Mon Sep 17 00:00:00 2001 From: U Cirello <138827+ucirello@users.noreply.github.com> Date: Tue, 25 Nov 2025 21:45:19 -0800 Subject: feat(github): add ability to react to PR Review Comments in Workflow (#4705) Co-authored-by: GitHub Action --- .github/workflows/opencode.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index 75533df70..f7d7f6081 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -3,6 +3,8 @@ name: opencode on: issue_comment: types: [created] + pull_request_review_comment: + types: [created] jobs: opencode: -- cgit v1.2.3