You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-commands.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,6 @@ and :thumbsup: is added when the command has been successfully executed.
25
25
|`/gs review`| :fontawesome-brands-github: | Run an AI-powered code review on this PR | Executes `code-review@v1` once on the current PR |
26
26
|`/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`|
27
27
|`/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 |
29
29
|`/gs help`| :fontawesome-brands-github: | Show help message with available commands | Displays a comment with the list of all available gitStream commands |
0 commit comments