Skip to content

Commit 1502d31

Browse files
committed
formatting
1 parent 4076737 commit 1502d31

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/inference-providers/guides/github-actions-code-review.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,37 +64,25 @@ After the setup completes, you'll need to add your Hugging Face token as a repos
6464
Once your workflow is set up and your token is configured, test it by commenting on any issue:
6565

6666
```
67-
6867
/oc summarize
69-
7068
```
7169

7270
OpenCode will analyze the issue and provide a summary. Here are other commands you can try:
7371

7472
**Explain an issue:**
7573

7674
```
77-
7875
/opencode explain this issue
79-
8076
```
8177

8278
**Implement a fix:**
8379

84-
```
85-
86-
/oc fix this
87-
88-
```
89-
9080
OpenCode creates a new branch, implements the changes, and opens a pull request.
9181

9282
**Request changes on a PR:**
9383

9484
```
95-
9685
/oc please add error handling
97-
9886
```
9987

10088
> [!TIP]

0 commit comments

Comments
 (0)