diff options
| author | Frank <[email protected]> | 2025-07-26 02:49:05 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-07-26 02:49:05 -0400 |
| commit | 670f470eee195a543a63b44f21b55605844199bd (patch) | |
| tree | 32bd885a6a0c1e2cb1e184b563aeabe286165d63 /packages/web/src/content | |
| parent | c2b3c52b766a2a2bfe9b9403049eff081b5f5ef7 (diff) | |
| download | opencode-670f470eee195a543a63b44f21b55605844199bd.tar.gz opencode-670f470eee195a543a63b44f21b55605844199bd.zip | |
wip: github actions
Diffstat (limited to 'packages/web/src/content')
| -rw-r--r-- | packages/web/src/content/docs/docs/github.mdx | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/packages/web/src/content/docs/docs/github.mdx b/packages/web/src/content/docs/docs/github.mdx index 375a2cff3..0a63a3533 100644 --- a/packages/web/src/content/docs/docs/github.mdx +++ b/packages/web/src/content/docs/docs/github.mdx @@ -77,18 +77,24 @@ This will walk you through installing the GitHub app, creating the workflow, and - Explain an issue - ```bash + Leave the following comment on a GitHub issue. `opencode` will read the entire thread, including all comments, and reply with a clear explanation. + + ``` /opencode explain this issue ``` -- Fix an issue - opencode will create a PR with the changes. +- Fix an issue + + Leave the following comment on a GitHub issue. opencode will create a new branch, implement the changes, and open a PR with the changes. - ```bash + ``` /opencode fix this ``` - Review PRs and make changes - ```bash + Leave the following comment on a GitHub PR. opencode will implement the requested change and commit it to the same PR. + + ``` Delete the attachment from S3 when the note is removed /oc ``` |
