diff options
| author | U Cirello <[email protected]> | 2025-11-25 21:45:19 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-25 23:45:19 -0600 |
| commit | 0ce64962d4c9eeaa7c9e4da84a4702f03927055a (patch) | |
| tree | c1d19ec2b61e58e88807e36c6f7fbe9d655756c3 /.github | |
| parent | 338229193f6c82308e2fb0ce5fc3547495bb8e4d (diff) | |
| download | opencode-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')
| -rw-r--r-- | .github/workflows/opencode.yml | 2 |
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: |
