From e1cc98d448f8db971fc2fbed6055839b2f233d2f Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Tue, 25 Nov 2025 23:51:23 -0600 Subject: Revert "feat(github): add ability to react to PR Review Comments in Workflow (#4705)" This reverts commit 0ce64962d4c9eeaa7c9e4da84a4702f03927055a. --- .github/workflows/opencode.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows/opencode.yml') diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index f7d7f6081..75533df70 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -3,8 +3,6 @@ name: opencode on: issue_comment: types: [created] - pull_request_review_comment: - types: [created] jobs: opencode: -- cgit v1.2.3