Skip to content

Commit 405043c

Browse files
authored
Fix hyphen in code_experts command (#788)
1 parent ebb8c32 commit 405043c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ and :thumbsup: is added when the command has been successfully executed.
2525
| `/gs review` | :fontawesome-brands-github: | Run an AI-powered code review on this PR | Executes `code-review@v1` once on the current PR |
2626
| `/gs desc` | :fontawesome-brands-github: | Generate a description of the changes in this PR | Executes `describe-changes@v1` once on the current PR with `concat_mode: append` |
2727
| `/gs etr` | :fontawesome-brands-github: | Add estimated time to review label | Adds a label with the estimated review time based on the PR changes |
28-
| `/gs code-experts` | :fontawesome-brands-github: | Add a comment with codeExperts suggestion for current changes | Executes `explain_code_experts@v1` once on the current PR |
28+
| `/gs experts` | :fontawesome-brands-github: | Add a comment with codeExperts suggestion for current changes | Executes `explain-code-experts@v1` once on the current PR |
2929
| `/gs help` | :fontawesome-brands-github: | Show help message with available commands | Displays a comment with the list of all available gitStream commands |
3030
</div>

0 commit comments

Comments
 (0)