summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-11-25 23:51:23 -0600
committerAiden Cline <[email protected]>2025-11-25 23:51:23 -0600
commite1cc98d448f8db971fc2fbed6055839b2f233d2f (patch)
treeefbae2d0e2f909f6a905984fa748c59904a65e1a /packages/web/src/content
parent0ce64962d4c9eeaa7c9e4da84a4702f03927055a (diff)
downloadopencode-e1cc98d448f8db971fc2fbed6055839b2f233d2f.tar.gz
opencode-e1cc98d448f8db971fc2fbed6055839b2f233d2f.zip
Revert "feat(github): add ability to react to PR Review Comments in Workflow (#4705)"
This reverts commit 0ce64962d4c9eeaa7c9e4da84a4702f03927055a.
Diffstat (limited to 'packages/web/src/content')
-rw-r--r--packages/web/src/content/docs/github.mdx19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/web/src/content/docs/github.mdx b/packages/web/src/content/docs/github.mdx
index 19c7782ef..359f696fc 100644
--- a/packages/web/src/content/docs/github.mdx
+++ b/packages/web/src/content/docs/github.mdx
@@ -45,8 +45,6 @@ Or you can set it up manually.
on:
issue_comment:
types: [created]
- pull_request_review_comment:
- types: [created]
jobs:
opencode:
@@ -131,20 +129,3 @@ Here are some examples of how you can use opencode in GitHub.
```
opencode will implement the requested change and commit it to the same PR.
-
-- **Review specific code lines**
-
- Leave a comment directly on code lines in the PR's "Files" tab. opencode automatically detects the file, line numbers, and diff context to provide precise responses.
-
- ```
- [Comment on specific lines in Files tab]
- /oc add error handling here
- ```
-
- When commenting on specific lines, opencode receives:
- - The exact file being reviewed
- - The specific lines of code
- - The surrounding diff context
- - Line number information
-
- This allows for more targeted requests without needing to specify file paths or line numbers manually.