mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-14 17:50:37 +08:00
docs: Reorganize and enhance documentation for review and describe tools
This commit is contained in:
@ -103,9 +103,9 @@ class PRReviewer:
|
||||
"""
|
||||
|
||||
try:
|
||||
if self.is_auto and not get_settings().pr_reviewer.automatic_review:
|
||||
get_logger().info(f'Automatic review is disabled {self.pr_url}')
|
||||
return None
|
||||
# if self.is_auto and not get_settings().pr_reviewer.automatic_review:
|
||||
# get_logger().info(f'Automatic review is disabled {self.pr_url}')
|
||||
# return None
|
||||
if self.incremental.is_incremental and not self._can_run_incremental_review():
|
||||
return None
|
||||
|
||||
|
Reference in New Issue
Block a user