Reapply "feat(github): add ability to react to PR Review Comments in Workflow (#4705)"

This reverts commit c71f709296.
This commit is contained in:
Aiden Cline
2025-11-25 23:51:46 -06:00
parent c71f709296
commit aa3120d20d
5 changed files with 131 additions and 13 deletions
+2
View File
@@ -3,6 +3,8 @@ name: opencode
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
jobs:
opencode: