mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 21:00:40 +08:00
Update comment
This commit is contained in:
@ -96,12 +96,12 @@ class PRReviewer:
|
|||||||
|
|
||||||
if not self.cli_mode:
|
if not self.cli_mode:
|
||||||
markdown_text += "\n### How to use\n"
|
markdown_text += "\n### How to use\n"
|
||||||
commands_text = "> /review or /review_pr - Ask for a new review after your update the PR\n" \
|
commands_text = "> /review - Ask for a new review after your update the PR\n" \
|
||||||
"> /describe or /describe_pr - Modify the PR title and description based " \
|
"> /describe - Modify the PR title and description based " \
|
||||||
"on the PR's contents.\n" \
|
"on the PR's contents.\n" \
|
||||||
"> /improve or /improve_code - Suggest improvements to the code in the PR as pull " \
|
"> /improve - Suggest improvements to the code in the PR as pull " \
|
||||||
"request comments ready to commit.\n" \
|
"request comments ready to commit.\n" \
|
||||||
"> /ask /ask_question <QUESTION> - Ask a question about the PR.\n"
|
"> /ask <QUESTION> - Ask a question about the PR.\n"
|
||||||
if user and '[bot]' not in user:
|
if user and '[bot]' not in user:
|
||||||
markdown_text += f"> Tag me in a comment '@{user}' and add one of the following commands:\n" + \
|
markdown_text += f"> Tag me in a comment '@{user}' and add one of the following commands:\n" + \
|
||||||
commands_text
|
commands_text
|
||||||
|
Reference in New Issue
Block a user