summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorU Cirello <[email protected]>2025-11-25 21:45:19 -0800
committerGitHub <[email protected]>2025-11-25 23:45:19 -0600
commit0ce64962d4c9eeaa7c9e4da84a4702f03927055a (patch)
treec1d19ec2b61e58e88807e36c6f7fbe9d655756c3 /.github/workflows
parent338229193f6c82308e2fb0ce5fc3547495bb8e4d (diff)
downloadopencode-0ce64962d4c9eeaa7c9e4da84a4702f03927055a.tar.gz
opencode-0ce64962d4c9eeaa7c9e4da84a4702f03927055a.zip
feat(github): add ability to react to PR Review Comments in Workflow (#4705)
Co-authored-by: GitHub Action <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/opencode.yml2
1 files changed, 2 insertions, 0 deletions
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: