fix: handle PR comments immediately after resolving all issues without waiting for approval

This commit is contained in:
Jon Michael Aanes (aider) 2025-04-23 20:55:09 +02:00
parent d547cf6ffc
commit 5371109820

View File

@ -515,9 +515,7 @@ def solve_issues_in_repository(
issue_number,
client,
)
if issue_resolution.success:
# Handle unresolved pull request comments
handle_pr_comments(
repository_config,
issue_resolution.pull_request_id,
@ -540,6 +538,7 @@ def solve_issues_in_repository(
)
def handle_pr_comments(
repository_config,
pr_number,