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 21:45:19 -08:00 committed by GitHub
parent 338229193f
commit 0ce64962d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 131 additions and 13 deletions

View file

@ -3,6 +3,8 @@ name: opencode
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
jobs:
opencode: