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

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
U Cirello
2025-11-25 23:45:19 -06:00
committed by GitHub
co-authored by GitHub Action
parent 338229193f
commit 0ce64962d4
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: