From 8d6c6a35db96187e24d1ffa286b898216e8c27fc Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 19 Feb 2024 21:10:20 +0200 Subject: [PATCH] help improved --- pr_agent/tools/pr_description.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pr_agent/tools/pr_description.py b/pr_agent/tools/pr_description.py index cf85d13fb..d7dbec1e9 100644 --- a/pr_agent/tools/pr_description.py +++ b/pr_agent/tools/pr_description.py @@ -108,9 +108,9 @@ async def run(self): pr_body += "\n\n" elif get_settings().pr_description.enable_help_comment: if isinstance(self.git_provider, GithubProvider): - pr_body +="\n\n___\n\n✨ **PR-Agent usage guide**:\n\n- [ ] Mark this checkbox :gem:, or comment `/help` on the PR, to get a list of PR-Agent tools and their descriptions. " + pr_body +="\n\n___\n\n✨ **PR-Agent usage guide**:\n\n- [ ] Mark this checkbox :gem:, or comment `/help`, to get a list of all PR-Agent tools and their descriptions. " else: - pr_body +="\n\n___\n\n>Comment `/help` on the PR to to get a list of PR-Agent tools and their descriptions\n\n___\n\n" + pr_body +="\n\n___\n\n>Comment `/help` on the PR to to get a list of all PR-Agent tools and their descriptions\n\n___\n\n" # final markdown description