We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72cbf36 + 476d64b commit 42cd85bCopy full SHA for 42cd85b
pr_agent/tools/pr_reviewer.py
@@ -108,7 +108,7 @@ async def run(self) -> None:
108
'config': dict(get_settings().config)}
109
get_logger().debug("Relevant configs", artifacts=relevant_configs)
110
111
- if self.incremental.is_incremental and hasattr(self.git_provider, "file_set") and not self.git_provider.unreviewed_files_set:
+ if self.incremental.is_incremental and hasattr(self.git_provider, "unreviewed_files_set") and not self.git_provider.unreviewed_files_set:
112
get_logger().info(f"Incremental review is enabled for {self.pr_url} but there are no new files")
113
previous_review_url = ""
114
if hasattr(self.git_provider, "previous_review"):
0 commit comments