From ad240f764073c56300f59b5eab5c9e7824211776 Mon Sep 17 00:00:00 2001 From: "Hussam.lawen" Date: Mon, 11 Mar 2024 10:13:41 +0200 Subject: [PATCH] small fix --- pr_agent/tools/pr_reviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/tools/pr_reviewer.py b/pr_agent/tools/pr_reviewer.py index b7f1f54e..59500005 100644 --- a/pr_agent/tools/pr_reviewer.py +++ b/pr_agent/tools/pr_reviewer.py @@ -115,7 +115,7 @@ class PRReviewer: previous_review_url = self.git_provider.previous_review.html_url if get_settings().config.publish_output: self.git_provider.publish_comment(f"Incremental Review Skipped\n" - f"No files were changed since the [previous PR Review]({previous_review_url})") + f"No files were changed since the [previous PR Review]({previous_review_url})") return None if get_settings().config.publish_output: