From 2fbd462e6e35263274e975a2084324b8721f886f Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Tue, 25 Nov 2025 23:51:46 -0600 Subject: Reapply "feat(github): add ability to react to PR Review Comments in Workflow (#4705)" This reverts commit e1cc98d448f8db971fc2fbed6055839b2f233d2f. --- .github/workflows/opencode.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/opencode.yml') 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