From 86dc87831bab5e5c6f55857cbbdd85c9a775dbb0 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 11 Mar 2024 09:37:51 +0200 Subject: [PATCH] remove is_temporary --- 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 4a9d5ca1..ff0c6582 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})", is_temporary=True) + f"No files were changed since the [previous PR Review]({previous_review_url})") return None if get_settings().config.publish_output: