Compare commits

...

2 Commits

Author SHA1 Message Date
1f64cdb32e Ruff after aider
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-23 20:55:13 +02:00
5371109820 fix: handle PR comments immediately after resolving all issues without waiting for approval 2025-04-23 20:55:09 +02:00

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,